Skip to content

optiGTest - a MATLAB/OCTAVE's toolbox of test functions with derivatives

Compare
Choose a tag to compare
@luclaurent luclaurent released this 18 Mar 11:01
· 2 commits to release since this release

optiGTest

optiGTest is a MATLAB/OCTAVE's toolbox which regroups many existing test functions used for studying the performance of approximation techniques and optimization strategy. In particular, gradient of the test functions are provided.

Features

optiGTest is able to

  • Provide derivatives of the test functions
  • Dealing with any dimension chosen by the user
  • Provide global minimum (value and associated set of parameters)

First start

  • unConstrained problems: Example_unConstrained.m
  • Constrained problems: Example_Constrained.m
  • Multiobjective problems: Example_multiobjective.m or Example_multiobjective_details

Updates

  • Add documentation in various/doc