hep.aida.ref.optimizer.jminuit
Class JMinuitOptimizerFactory
- java.lang.Object
-
- hep.aida.ref.optimizer.jminuit.JMinuitOptimizerFactory
-
- All Implemented Interfaces:
- IOptimizerFactory
public class JMinuitOptimizerFactory extends java.lang.Object implements IOptimizerFactory
-
-
Constructor Summary
Constructors Constructor and Description JMinuitOptimizerFactory()
-
Method Summary
All Methods Instance Methods Concrete 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
public IOptimizer create()
Description copied from interface:IOptimizerFactoryCreate the default optimizer with default configuration.- Specified by:
createin interfaceIOptimizerFactory
-
create
public IOptimizer create(java.lang.String name)
- Specified by:
createin interfaceIOptimizerFactory
-
optimizerFactoryNames
public java.lang.String[] optimizerFactoryNames()
Description copied from interface:IOptimizerFactoryThe 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.- Specified by:
optimizerFactoryNamesin interfaceIOptimizerFactory
-
-
DMelt 3.0 © DataMelt by jWork.ORG