https://github.com/limix/optimix
Abstract function optimisation.
https://github.com/limix/optimix
Last synced: 6 months ago
JSON representation
Abstract function optimisation.
- Host: GitHub
- URL: https://github.com/limix/optimix
- Owner: limix
- License: mit
- Created: 2016-10-09T20:26:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T19:26:18.000Z (about 4 years ago)
- Last Synced: 2024-04-26T09:22:13.530Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.94 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).