Packages

p

mgo

test

package test

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. test
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def average(s: Seq[Double]): Double
  2. def griewangk(g: Vector[Double]): Double
  3. def himmelblau(x: Double, y: Double): Double
  4. def rosenbrock(x: Double, y: Double): Double
  5. def saltelliB(x: Vector[Double], omega: Vector[Double]): Double
  6. def schaffer(x: Double): Seq[Double]
  7. def twoVarInter(x1: Double, x2: Double): Double
  8. object DiscreteNSGAII extends App
  9. object FunctionNSGA3 extends App
  10. object GaussianMix2DMonAPMC extends App
  11. object IdentityMonAPMC extends App
  12. object ManyObjectiveFunctions extends App
  13. object NichedNSGAII extends App
  14. object NoisyRastriginOSE extends App
  15. object NoisySphereNSGAII extends App
  16. object NoisySphereProfile extends App
  17. object RastriginNSGAII extends App
  18. object RastriginOSE extends App
  19. object ReferencePoints extends App

    For test manyobjective: coco-biobj http://numbbo.github.io/coco-doc/bbob-biobj/functions/ (check mgo-benchmark) Chek Cheng, R., Li, M., Tian, Y., Zhang, X., Yang, S., Jin, Y., & Yao, X.

    For test manyobjective: coco-biobj http://numbbo.github.io/coco-doc/bbob-biobj/functions/ (check mgo-benchmark) Chek Cheng, R., Li, M., Tian, Y., Zhang, X., Yang, S., Jin, Y., & Yao, X. (2017). A benchmark test suite for evolutionary many-objective optimization. Complex & Intelligent Systems, 3(1), 67-81.

  20. object Sambridge2001OSE extends App

    Benchmark function used in Sambridge, M.

    Benchmark function used in Sambridge, M. (2001). Finding acceptable models in nonlinear inverse problems using a neighbourhood algorithm. Inverse Problems, 17(3), 387. in the paper: f0 = c*d*((e+g)*h + l) ; g not defined -> use f0 = c*d*(e*h + l)

  21. object SphereNSGAII extends App
  22. object SphereProfile extends App
  23. object SumMonoidParallel extends App
  24. object TestNoisyNSGA3 extends App
  25. object ZDT4NSGAII extends App
  26. object ZDT4NoisyPSE extends App
  27. object ZDT4PSE extends App
  28. object discreteSphere
  29. object dropWave
  30. object noisyDiscreteSphere
  31. object rastrigin
  32. object sphere
  33. object zdt4

Inherited from AnyRef

Inherited from Any

Ungrouped