Skip to content

A sandbox for blackbox optimization methods following the scipy.optimize interface

License

Notifications You must be signed in to change notification settings

AlexanderFabisch/scikit-optimize

 
 

Repository files navigation

Scikit-Optimize

Scikit-Optimize, or skopt, is meant to be a simple and efficient library for black box optimization, accessible to everybody and reusable in various contexts.

The library is built on top of NumPy, SciPy and Scikit-Learn.

Build Status

Documentation

Development

The library is still experimental and under heavy development.

The development version can be installed through:

git clone https://github.com/scikit-optimize/scikit-optimize.git
cd scikit-optimize
pip install -r requirements.txt
python setup.py develop

Run the tests by executing nosetests in the top level directory.

Contributors are welcome!

About

A sandbox for blackbox optimization methods following the scipy.optimize interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mako 48.1%
  • Python 47.8%
  • Shell 4.1%