-
Notifications
You must be signed in to change notification settings - Fork 100
Home
Yang Yu edited this page Apr 19, 2017
·
15 revisions
ZOOpt is a python package for zeroth-order optimization, which is also called as derivative-free optimization and black-box optimization. It also covers fields named evolutionary algorithms, metaheuristic algorithms, and direct search.
As from the name, ZOOpt is an optimization toolbox. It can deal with complex optimization problems such as functions that are not differentiable, not continuous, with many local optima, and even unknown but only testable.
This documentation intends to explain what ZOOpt can do and how to use it.
Table of Content