Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraphGeneticCrossingReductor Class
Members


In This Topic
    NGraphGeneticCrossingReductor Class
    In This Topic
    Solves the crossing reduction problem by using genetic algorithm.
    Object Model
    NGraphGeneticCrossingReductor Class
    Syntax
    'Declaration
     
    
    Public Class NGraphGeneticCrossingReductor 
       Inherits NGraphCrossingReductorBase
    'Usage
     
    
    Dim instance As NGraphGeneticCrossingReductor
    public class NGraphGeneticCrossingReductor : NGraphCrossingReductorBase 
    Remarks
    Through some tests the optimal parameters of the genetic algorithm were determined as follows: Population Size = 50 Mutation Rate = 0.03
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.DataStructures.NGraphCrossingReductorBase
          Nevron.Diagram.DataStructures.NGraphGeneticCrossingReductor

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also