Giter Club home page Giter Club logo

edas's Introduction

EDAs

Implementation of Estimation of Distribution Algorithms (EDAs).

EDA is a framework to optimize black-box discrete optimization problems.
The algorithm of EDA is as follows.

  1. Initialize a population P whose size is λ.
  2. Construct a population S which includes promising solutions in P.
  3. Build an explicit probabilistic model M based on S.
  4. Generate new λcandidate solutions from M to construct a population O.
  5. The solutions in P is replaced with those of O.
  6. If termination conditions are met, then the algorithm is terminated, else go to (2).

Setup

EDAs requires:

  • Python >= 3.6

Install EDAs from the sources:

git clone https://github.com/e5120/EDAs.git
cd EDAs
pip install -r requirements.txt
pip install -e .

(Optional) If you want to use main.py or eda/builder.py, you need to install BB-DOB project.

Features

Usage

  1. cd scripts
  2. Rewrite a script file xxx.sh, if necessary. See output of python ../main.py -h for details of each parameter.
  3. Execute a command bash xxx.sh.

edas's People

Contributors

e5120 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.