wiki:OptimizationProblem

Optimization Problem for Rappture

Given the following inputs:

  • number A in the range 0-1
  • number B in the range 1-10
  • string F with values "f1" or "f2"

then find the maximum value of the fitness function with respect to (A,B)

If the string is "f1":

use the function -A*A + B (or something like that)

If the string is "f2":

use a sinc function?

See OptimizationApi for other details about the API

Last modified 17 years ago Last modified on Oct 31, 2007 11:43:13 AM