jenes.tutorials.problem4
Class EntropyProblem

java.lang.Object
  extended by jenes.tutorials.problem4.EntropyProblem

public class EntropyProblem
extends java.lang.Object

Tutorial showing how to set-up a minimization problem. The problem is to find a vector whose entroy, after normalization, is minimal.

Since:
1.0
Version:
1.0
Author:
Luigi Troiano, Pierpaolo Lombardi

Constructor Summary
EntropyProblem()
           
 
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

EntropyProblem

public EntropyProblem()
Method Detail

main

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