Package pulse.search
Class SimpleResponse
- java.lang.Object
-
- pulse.search.SimpleResponse
-
- All Implemented Interfaces:
Serializable
,Response
- Direct Known Subclasses:
PolylineOptimiser.PolylineResponse
public abstract class SimpleResponse extends Object implements Response
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleResponse(OptimiserStatistic rs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Segment
accessibleRange()
OptimiserStatistic
getOptimiserStatistic()
double
objectiveFunction(GeneralTask task)
Calculates the value of the objective function used to identify the current state of the optimiser.void
setOptimiserStatistic(OptimiserStatistic statistic)
-
-
-
Constructor Detail
-
SimpleResponse
public SimpleResponse(OptimiserStatistic rs)
-
-
Method Detail
-
getOptimiserStatistic
public final OptimiserStatistic getOptimiserStatistic()
- Specified by:
getOptimiserStatistic
in interfaceResponse
-
setOptimiserStatistic
public final void setOptimiserStatistic(OptimiserStatistic statistic)
-
objectiveFunction
public double objectiveFunction(GeneralTask task)
Description copied from interface:Response
Calculates the value of the objective function used to identify the current state of the optimiser.- Specified by:
objectiveFunction
in interfaceResponse
- Returns:
- the value of the objective function in the current state
-
accessibleRange
public Segment accessibleRange()
- Specified by:
accessibleRange
in interfaceResponse
-
-