Releases: phrsampaio/deft-funnel
Releases · phrsampaio/deft-funnel
DEFT-FUNNEL v2.0.1
Updates:
- Added log files for tests with the benchmark problems in the 'testset' directory.
- Bug fixes in the call to the multistart mode in the test functions.
- Added examples in the README of how to use DEFT-FUNNEL when objective function and constraints are evaluated in a single black-box call.
DEFT-FUNNEL v2.0.0
Changes include:
- New feature for solving grey-box optimization problems
- New black-box and grey-box benchmark problems for global optimization
- Auxiliary functions for running tests with the benchmark problems
- Functions renaming according to the latest paper.
- Bug fixes
DEFT-FUNNEL v1.1.0
The solver is now able to handle the case where a single black-box call returns the evaluations of both objective and contraint functions at once.
DEFT-FUNNEL v1.0.1
Improvements and fixed bugs
- Addition of try catch statements for the evaluation of the black-box functions
- Removal of testing lines that were left in 'deft_funnel.m'
DEFT-FUNNEL v1.0.0
First public release of DEFT-FUNNEL.