jswarm_pso.example_1
Class Example

java.lang.Object
  extended byjswarm_pso.example_1.Example

public class Example
extends java.lang.Object

An extremely simple swarm optimization example Maximize function f( x1 , x2 ) = 1 - Sqrt( ( x1 - 1/2 )^2 + ( x2 - 1/2 )^2 ) Solution is (obviously): [ 1/2 , 1/2 ]

Author:
Pablo Cingolani

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

Constructor Detail

Example

public Example()
Method Detail

main

public static void main(java.lang.String[] args)