Package | Description |
---|---|
org.apache.commons.math3.optimization.direct |
This package provides optimization algorithms that don't require derivatives.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiDirectionalSimplex
This class implements the multi-directional direct search method.
|
class |
NelderMeadSimplex
This class implements the Nelder-Mead simplex algorithm.
|
Modifier and Type | Method and Description |
---|---|
void |
SimplexOptimizer.setSimplex(AbstractSimplex simplex)
Set the simplex algorithm.
|
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.