C# Class Weasel.Individual

Exibir arquivo Open project: stinaq/WEASEL

Public Methods

Method Description
Individual ( string lookslike ) : System
ReproduceChildren ( double mutationRate, int numberOfChildren, string alphabet ) : IEnumerable

Private Methods

Method Description
ReproduceChild ( double mutationRate, string alphabet ) : Individual

Method Details

Individual() public method

public Individual ( string lookslike ) : System
lookslike string
return System

ReproduceChildren() public method

public ReproduceChildren ( double mutationRate, int numberOfChildren, string alphabet ) : IEnumerable
mutationRate double
numberOfChildren int
alphabet string
return IEnumerable