https://github.com/banaankiamanesh/bbo-python
This is a Python Implementation of Biogeography-Based Optimization Algorithm!
https://github.com/banaankiamanesh/bbo-python
biogeography-based-optimization optimization optimization-algorithms python
Last synced: 2 months ago
JSON representation
This is a Python Implementation of Biogeography-Based Optimization Algorithm!
- Host: GitHub
- URL: https://github.com/banaankiamanesh/bbo-python
- Owner: BanaanKiamanesh
- Created: 2021-12-18T05:59:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-18T05:59:35.000Z (over 4 years ago)
- Last Synced: 2025-06-29T13:02:42.929Z (12 months ago)
- Topics: biogeography-based-optimization, optimization, optimization-algorithms, python
- Language: Jupyter Notebook
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BBO-py
## This is a flexible py implementation of continous biogeography-based optimization!
Testing is done on the sphere problem!
Which is basically the minimum summation of square roots of a whole number sequence.
> ***More info at:***
1. [Wikipedia](https://en.wikipedia.org/wiki/Biogeography-based_optimization)
2. [Main Paper by Dr. Dan Simon](https://ieeexplore.ieee.org/document/4475427)