net.simplace.sim.control.selectors.LeastSquareSelector

Example implementation of a simple selector. Same function as LeastDifferenceSelector with mode RMSE


public class LeastSquareSelector extends LeastDifferenceSelector {
// Public Constructors
public LeastSquareSelector(Element aSimulationSelectorElement, FWSimSession
aSession);


// Public Instance Methods
public HashMap createVariables(); // Overrides LeastDifferenceSelector



}



Hierarchy: java.lang.Object - net.simplace.sim.control.FWSimulationControlContainer (net.simplace.sim.util.FWSimFieldContainer) - net.simplace.sim.control.FWSimulationSelector - WeightedLeastDifferenceSelector - LeastDifferenceSelector - LeastSquareSelector