C# 클래스 Weasel.WeaselWorld

파일 보기 프로젝트 열기: stinaq/WEASEL 1 사용 예제들

공개 메소드들

메소드 설명
CreateWeasel ( double mutationRate, int numberOfChildren ) : void
WeaselWorld ( string alphabet, string goal ) : System

비공개 메소드들

메소드 설명
CalculateAlikeness ( string child ) : int
CreateFirstSire ( ) : Individual
GetFittest ( IEnumerable children ) : Individual
MutateCharacter ( char character, double mutationRate, string alphabet ) : char

메소드 상세

CreateWeasel() 공개 메소드

public CreateWeasel ( double mutationRate, int numberOfChildren ) : void
mutationRate double
numberOfChildren int
리턴 void

WeaselWorld() 공개 메소드

public WeaselWorld ( string alphabet, string goal ) : System
alphabet string
goal string
리턴 System