Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Constraints ¶
type Constraints struct {
Value func(x Vector) bool
}
type MaxIterations ¶
type MaxIterations struct {
Value int
}
type ObjectiveInSitu ¶
type ObjectiveInSitu struct {
Eval func(x, g Vector, y Scalar) error
X MagicVector
}
func (ObjectiveInSitu) Differentiate ¶
func (f ObjectiveInSitu) Differentiate(x, g Vector, y Scalar) error
Click to show internal directories.
Click to hide internal directories.