org.apache.commons.math3.optimization
Interface OptimizationData

All Known Implementing Classes:
AbstractSimplex, CMAESOptimizer.PopulationSize, CMAESOptimizer.Sigma, InitialGuess, MultiDirectionalSimplex, NelderMeadSimplex, SimpleBounds, Target, Weight

Deprecated. As of 3.1 (to be removed in 4.0).

@Deprecated
public interface OptimizationData

Marker interface. Implementations will provide functionality (optional or required) needed by the optimizers, and those will need to check the actual type of the arguments and perform the appropriate cast in order to access the data they need.

Since:
3.1
Version:
$Id: OptimizationData.java 7721 2013-02-14 14:07:13Z CardosoP $



Copyright © 2017 CNES. All Rights Reserved.