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

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!

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)