Skip to content
Yang Yu edited this page Apr 19, 2017 · 15 revisions

Welcome to ZOOpt

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