Class Main

java.lang.Object
org.simplesim.examples.fonseca.Main

public class Main extends Object
Testing the aspiration adaptation strategy by a three-parameter optimization of a two-objective problem.

The Fonseca-Fleming Problem is a two-objective problem that can be used with a variable number of parameters.

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Main constructor for initialization
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    Example main method on how to use the aspiration adaptation strategy

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Main

      public Main()
      Main constructor for initialization
  • Method Details

    • main

      public static void main(String[] args)
      Example main method on how to use the aspiration adaptation strategy