C# 클래스 HyperNEATBoxes.BoxTrialCase

One case in the boxes score. Position the boxes at random locations.
파일 보기 프로젝트 열기: encog/encog-dotnet-more-examples 1 사용 예제들

공개 메소드들

메소드 설명
BoxTrialCase ( Random theRnd ) : System
GetPixel ( double x, double y ) : double
InitTestCase ( int largeBoxRelativePos ) : IntPair

비공개 메소드들

메소드 설명
GenerateRandomTestCase ( int largeBoxRelativePos ) : HyperNEATBoxes.IntPair[]

메소드 상세

BoxTrialCase() 공개 메소드

public BoxTrialCase ( Random theRnd ) : System
theRnd System.Random
리턴 System

GetPixel() 공개 메소드

public GetPixel ( double x, double y ) : double
x double
y double
리턴 double

InitTestCase() 공개 메소드

public InitTestCase ( int largeBoxRelativePos ) : IntPair
largeBoxRelativePos int
리턴 IntPair