JGAP

examples.config
Class MaximizingFunction

java.lang.Object
  extended by examples.config.MaximizingFunction

public class MaximizingFunction
extends java.lang.Object

This class is to test the working of JGAP with a config file provided for configuring JGAP. The problem statement is to maximize the value of the function f(a,b,c) = (a - b + c). This is trivial but works fine for the purpose of demonstration of the working of JGAP with a config file. Reasonable bounds have been set up for the values of a, b and c.

Since:
2.3

Constructor Summary
MaximizingFunction()
          Default Constructor
 
Method Summary
static void main(java.lang.String[] args)
          Starting the example
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaximizingFunction

public MaximizingFunction()
Default Constructor

Since:
2.3
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Starting the example

Parameters:
args - not used
Throws:
java.lang.Exception
Since:
2.3

JGAP