C# 클래스 MingStar.SimUniversity.AI.Evaluation.SimplexLearnedScores

상속: GameScores
파일 보기 프로젝트 열기: MingStar/SimUniversity 1 사용 예제들

공개 메소드들

메소드 설명
FromResult ( double result ) : void
Load ( string fileName ) : SimplexLearnedScores
Save ( string fileName ) : void
ToSimplexConstants ( ) : MingStar.SimUniversity.AI.Learning.SimplexConstant[]

비공개 메소드들

메소드 설명
GetRandomPerturbation ( double value ) : double

메소드 상세

FromResult() 공개 메소드

public FromResult ( double result ) : void
result double
리턴 void

Load() 공개 정적인 메소드

public static Load ( string fileName ) : SimplexLearnedScores
fileName string
리턴 SimplexLearnedScores

Save() 공개 메소드

public Save ( string fileName ) : void
fileName string
리턴 void

ToSimplexConstants() 공개 메소드

public ToSimplexConstants ( ) : MingStar.SimUniversity.AI.Learning.SimplexConstant[]
리턴 MingStar.SimUniversity.AI.Learning.SimplexConstant[]