|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A deployment is a testbed for where experiments can be done. This is the raw material we're working on, it may be hardware or software, it takes inputs and returns outputs depending on its configuration.
Method Summary | |
int |
getRecommendedInputSampleSeparation()
returns a suggested value for what the sample separation of inputs to this deployment should be compared to a default output sample separation of 1. |
void |
program(BitSet genotype)
initialize the configuration of this deployment based on this genotype |
SampleData[] |
run(SampleData[] input)
send the inputs and record the outputs |
void |
setEnvironment(java.lang.Object value)
Method to modify the conditions of this deployment. |
Method Detail |
public SampleData[] run(SampleData[] input)
public void program(BitSet genotype)
public int getRecommendedInputSampleSeparation()
public void setEnvironment(java.lang.Object value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |