C# Class GeneticAlgorithms.ExampleClasses.IntGene

Inheritance: IGene
Exibir arquivo Open project: DanielBaulig/Genetic-Algorithms

Public Properties

Property Type Description
MaxValue int

Protected Properties

Property Type Description
value int

Public Methods

Method Description
Clone ( ) : object
Equals ( object o ) : bool
IntGene ( ) : System
IntGene ( int value ) : System
Mutate ( ) : void
ToString ( ) : string

Method Details

Clone() public method

public Clone ( ) : object
return object

Equals() public method

public Equals ( object o ) : bool
o object
return bool

IntGene() public method

public IntGene ( ) : System
return System

IntGene() public method

public IntGene ( int value ) : System
value int
return System

Mutate() public method

public Mutate ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

MaxValue public_oe static_oe property

public static int MaxValue
return int

value protected_oe property

protected int value
return int