Uses of Class
org.scictrl.csshell.epics.server.application.control.ProbePoint
Packages that use ProbePoint
-
Uses of ProbePoint in org.scictrl.csshell.epics.server.application.control
Fields in org.scictrl.csshell.epics.server.application.control with type parameters of type ProbePointModifier and TypeFieldDescriptionprotected List
<ProbePoint> AbstractController.points
Probe points.protected List
<ProbePoint> AbstractController.seeds
Algorithm seed values.Methods in org.scictrl.csshell.epics.server.application.control that return ProbePointModifier 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.Methods in org.scictrl.csshell.epics.server.application.control that return types with arguments of type ProbePointModifier and TypeMethodDescriptionAbstractController.getMeasurements()
Getter for the fieldmeasurements
.static final List
<ProbePoint> AbstractController.sortByInp
(List<ProbePoint> points) sortByInp.Methods in org.scictrl.csshell.epics.server.application.control with parameters of type ProbePointModifier 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.Method parameters in org.scictrl.csshell.epics.server.application.control with type arguments of type ProbePointModifier and TypeMethodDescriptionstatic final List
<ProbePoint> AbstractController.sortByInp
(List<ProbePoint> points) sortByInp.