Minimizer

scalation.optimization.Minimizer
See theMinimizer companion trait
object Minimizer

The Minimizer object provides multiple testing functions.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Minimizer.type

Members list

Value members

Concrete methods

def test(optimizer: Minimizer, x0: VectorD): FuncVec

Test the optimizer's solve method with the given objective function and and starting point.

Test the optimizer's solve method with the given objective function and and starting point.

Value parameters

optimizer

the NLP optimizer object to apply

x0

the starting point for the optimzer

Attributes

def test2(optimizer: Minimizer, n: Int): FuncVec

Test the optimizer's resolve method with the given objective function and and the dimensionality of the seatch space. This method uses multiple restarts.

Test the optimizer's resolve method with the given objective function and and the dimensionality of the seatch space. This method uses multiple restarts.

Value parameters

n

the dimensionality of the search space

optimizer

the NLP optimizer object to apply

Attributes