https://github.com/caiocarneloz/pso-bakery
Optimization problem solving with PSO using Inspyred
https://github.com/caiocarneloz/pso-bakery
bio-inspired nature-inspired-algorithms optimization optimization-algorithms particle-swarm-optimization
Last synced: 3 months ago
JSON representation
Optimization problem solving with PSO using Inspyred
- Host: GitHub
- URL: https://github.com/caiocarneloz/pso-bakery
- Owner: caiocarneloz
- Created: 2020-02-27T03:03:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T03:24:10.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T17:01:40.167Z (5 months ago)
- Topics: bio-inspired, nature-inspired-algorithms, optimization, optimization-algorithms, particle-swarm-optimization
- Language: Python
- Homepage: https://medium.com/swlh/inspyred-solving-optimization-problems-with-python-edea4ff7c72b
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pso-bakery
This code was developed as a part of my [Medium Story](https://medium.com/swlh/inspyred-solving-optimization-problems-with-python-edea4ff7c72b) at [The Startup](https://medium.com/swlh) teaching how to solve optimization problems.## Getting Started
#### Dependencies
You need Python 3.5 or later to run **pso-bakery**. You can find it at [python.org](https://www.python.org/).You aso need numpy and inspyred packages, which is available from [PyPI](https://pypi.org). If you have pip, just run:
```
pip install numpy inspyred
```
#### Installation
Clone this repo to your local machine using:
```
git clone https://github.com/caiocarneloz/pso-bakery.git
```