An open API service indexing awesome lists of open source software.

https://github.com/limix/optimix

Abstract function optimisation.
https://github.com/limix/optimix

Last synced: 6 months ago
JSON representation

Abstract function optimisation.

Awesome Lists containing this project

README

        

# optimix

Abstract function optimisation.

## Install

Enter

```bash
pip install optimix
```

from the command-line.

## Running the tests

Enter

```python
python -c "import optimix; optimix.test()"
```

## Authors

* [Danilo Horta](https://github.com/horta)

## License

This project is licensed under the [MIT License](https://raw.githubusercontent.com/limix/optimix/master/LICENSE.md).