Reactive Search: Web Service for continuous optimization

This online service enables you to provide your function to our on-line solver. The process is divided into three steps:

  1. Insert the definition of your function in Java, together with some parameters (number of dimensions, search range);
  2. Our server compiles and checks the function, and if no problem is found it lets you specify the maximum execution time (max 1000 sec).
  3. Start the search, and receive the minimum value together with a plot of the execution.

Step 1/3

Function definition

Dimensions (maximum 50):
Initialization area:min
max
Function definition:
Please use Java syntax.
  • parameters are in double vector x,
  • dimensions are encoded in variable dimension,
  • result must be put in variable Result.