Method | Description | |
---|---|---|
CreateWeasel ( double mutationRate, int numberOfChildren ) : void | ||
WeaselWorld ( string alphabet, string goal ) : System |
Method | Description | |
---|---|---|
CalculateAlikeness ( string child ) : int | ||
CreateFirstSire ( ) : |
||
GetFittest ( IEnumerable |
||
MutateCharacter ( char character, double mutationRate, string alphabet ) : char |
public CreateWeasel ( double mutationRate, int numberOfChildren ) : void | ||
mutationRate | double | |
numberOfChildren | int | |
return | void |
public WeaselWorld ( string alphabet, string goal ) : System | ||
alphabet | string | |
goal | string | |
return | System |