Uses of Class
org.scictrl.csshell.epics.server.application.control.ProbePoint
-
Uses of ProbePoint in org.scictrl.csshell.epics.server.application.control
Modifier and TypeFieldDescriptionprotected List
<ProbePoint> AbstractController.points
Probe points.protected List
<ProbePoint> AbstractController.seeds
Algorithm seed values.Modifier and TypeMethodDescriptionAbstractController.getBest()
Getter for the fieldbest
.Optimizer.getBest()
Returns best point so farOptimizer.getInputs()
Returns array of ProbePoint object with inputs for which optimizer wishes controller to provide outputs.Modifier and TypeMethodDescriptionAbstractController.getMeasurements()
Getter for the fieldmeasurements
.static final List
<ProbePoint> AbstractController.sortByInp
(List<ProbePoint> points) sortByInp.Modifier and TypeMethodDescriptionOptimizer.nextStep
(ProbePoint[] points) Called by Controller to provide output values for requested inputs and asks for next step evaluation.protected void
AbstractController.normalize
(ProbePoint[] points) normalize.void
AbstractController.setBest
(ProbePoint best) Setter for the fieldbest
.void
AbstractController.setPoints
(ProbePoint[] inputs) Setter for the fieldpoints
.void
AbstractController.setSeeds
(ProbePoint... seeds) Setter for the fieldseeds
.protected abstract boolean
AbstractController.takeMeasurements
(ProbePoint[] points) takeMeasurements.Modifier and TypeMethodDescriptionstatic final List
<ProbePoint> AbstractController.sortByInp
(List<ProbePoint> points) sortByInp.