C# Class GeneticAlgorithms.ExampleClasses.BoolGene

Inheritance: IGene
ファイルを表示 Open project: DanielBaulig/Genetic-Algorithms Class Usage Examples

Protected Properties

Property Type Description
value bool

Public Methods

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

Method Details

BoolGene() public method

public BoolGene ( ) : System
return System

BoolGene() public method

public BoolGene ( bool value ) : System
value bool
return System

Clone() public method

public Clone ( ) : object
return object

Equals() public method

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

Mutate() public method

public Mutate ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

value protected_oe property

protected bool value
return bool