C# Class HyperNEATBoxes.BoxTrialCase

One case in the boxes score. Position the boxes at random locations.
Show file Open project: encog/encog-dotnet-more-examples Class Usage Examples

Public Methods

Method Description
BoxTrialCase ( Random theRnd ) : System
GetPixel ( double x, double y ) : double
InitTestCase ( int largeBoxRelativePos ) : IntPair

Private Methods

Method Description
GenerateRandomTestCase ( int largeBoxRelativePos ) : HyperNEATBoxes.IntPair[]

Method Details

BoxTrialCase() public method

public BoxTrialCase ( Random theRnd ) : System
theRnd System.Random
return System

GetPixel() public method

public GetPixel ( double x, double y ) : double
x double
y double
return double

InitTestCase() public method

public InitTestCase ( int largeBoxRelativePos ) : IntPair
largeBoxRelativePos int
return IntPair