[ Search |  Up Level |  Project home |  Index |  Class hierarchy ]

 AllTestOpt.ox

Run Various tests programs for FiveO.

 Global functions

Functions
 BBTest
 InEqTest
 LMSysTest
 MixTest
 OptTestRun Produce menu of simple uses of FiveO.
 SepTest
 SimpTest
 Sys1DTest
 SysTest

 MX

Public fields
 data
 hatmu
 mu static const
 N static const
 pi static const
 sig static const
Public methods
 MX
 vfunc

 Nothing

Test Explore: set up a class with a Solve() method and call it.
Public fields
 alphas static
Public methods
 Nothing
 Run static
 Solve

 OnCircle

Equality constrained objective; Values of parameters lie on a circle.
Public fields
 A const
 b const
 x
 y
 z
Public methods
 equality
 OnCircle
 vfunc

 Rosenbrock

Public fields
 x
 y
Public methods
 Rosenbrock
 vfunc

 SeparableRosenbrock

Testing Separable objectives, using Rosebrock.
Public fields
 x
 y
Public methods
 SeparableRosenbrock
 vfunc

 SPobj

Public fields
 pi
Public methods
 SPobj
 vfunc

 System1DTest

One-dimensional system of equations Test.
Public fields
 x
Public methods
 System1DTest
 vfunc

 SystemTest

System of equations test.
Public fields
 x
Public methods
 SystemTest
 vfunc

 Global

 BBTest

BBTest ( )

 InEqTest

InEqTest ( )

 LMSysTest

LMSysTest ( )

 MixTest

MixTest ( )

 OptTestRun

OptTestRun ( )
Produce menu of simple uses of FiveO.

 SepTest

SepTest ( )

 SimpTest

SimpTest ( )

 Sys1DTest

Sys1DTest ( )

 SysTest

SysTest ( )

 MX

 data

decl data [public]

 hatmu

decl hatmu [public]

 mu

static const decl mu [public]

 MX

MX :: MX ( )

 N

static const decl N [public]

 pi

static const decl pi [public]

 sig

static const decl sig [public]

 vfunc

MX :: vfunc ( )

 Nothing

 alphas

static decl alphas [public]

 Nothing

Nothing :: Nothing ( )

 Run

static Nothing :: Run ( )

 Solve

Nothing :: Solve ( )

 OnCircle

 A

const decl A [public]

 b

const decl b [public]

 equality

OnCircle :: equality ( )

 OnCircle

OnCircle :: OnCircle ( )

 vfunc

OnCircle :: vfunc ( )

 x

decl x [public]

 y

decl y [public]

 z

decl z [public]

 Rosenbrock

 Rosenbrock

Rosenbrock :: Rosenbrock ( fn )

 vfunc

Rosenbrock :: vfunc ( )

 x

decl x [public]

 y

decl y [public]

 SeparableRosenbrock

 SeparableRosenbrock

SeparableRosenbrock :: SeparableRosenbrock ( K )

 vfunc

SeparableRosenbrock :: vfunc ( )

 x

decl x [public]

 y

decl y [public]

 SPobj

 pi

decl pi [public]

 SPobj

SPobj :: SPobj ( )

 vfunc

SPobj :: vfunc ( )

 System1DTest

 System1DTest

System1DTest :: System1DTest ( )

 vfunc

System1DTest :: vfunc ( )

 x

decl x [public]

 SystemTest

 SystemTest

SystemTest :: SystemTest ( N )

 vfunc

SystemTest :: vfunc ( )

 x

decl x [public]