The SUMO toolbox
2018a
|
A simple, discontinuous test function. More...
Public Member Functions | |
TestFunction3 () | |
void | simulate (SamplePoint point) throws DataSourceException |
void | simulateBatch (EvaluationUnitBatch batch) throws DataSourceException |
Evaluate a batch of sample points. More... | |
void | configure (Properties p) |
Configure the simulator object with properties from the simulator xml file. More... | |
A simple, discontinuous test function.
|
inline |
|
inlineinherited |
Configure the simulator object with properties from the simulator xml file.
p |
Implements Simulator.
|
inline |
|
inlineinherited |
Evaluate a batch of sample points.
batch | The batch of samples to evaluate. |
DataSourceException | when the simulator was unable to evaluate the point |
Implements Simulator.