hep.aida.ext
Interface IOptimizerFactory
-
- All Known Implementing Classes:
- JMinuitOptimizerFactory, UncminOptimizerFactory
public interface IOptimizerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description IOptimizercreate()Create the default optimizer with default configuration.IOptimizercreate(java.lang.String name)java.lang.String[]optimizerFactoryNames()The array of the names of the optimizer that this factory can create.
-
-
-
Method Detail
-
create
IOptimizer create()
Create the default optimizer with default configuration.
-
create
IOptimizer create(java.lang.String name)
-
optimizerFactoryNames
java.lang.String[] optimizerFactoryNames()
The array of the names of the optimizer that this factory can create. The first one is the default. The array cannot be null and it must have at least one element.
-
-
DMelt 3.0 © DataMelt by jWork.ORG