Giter Site home page Giter Site logo

ofec's Introduction

OFEC

OPEN FRAMEWORK OF EVOLUTIONARY COMPUTATION

This is an open source project with the aim of providing an open framework for evolutionary computation (OFEC). OFEC includes fundamental structures of population based algorithms, problems, and algorithms' performance metrics. Based on this framework, you can easily implement your own algorithms and compare their performance with other algorithms. This project is totally for research purpose. I would like to encourage you to take part in this project and let's together make the research life easy, comfortable, and efficient for you and for everyone.

OFEC was implemented in C++11 language based on some libraries of Boost and several modern C++ design techniques. It supports solution representation in continuous and combinatorial space, or using hybird encoding schemes. It can be run in both Windows and Linux environments with a single thread or multi-thread mode.

OFEC has three basic components: algorithm, problem, and performance measurements. Several algorithm examples are provided, including three multi-objective optimization algorithms, the standard particle swarm optimization, the basic differential evolution, the original ant colony optimization, the standard genetic algorithm, and several algorithms of mine. The problem component collects problems mainly from continuous domain, including two dynamic optimization problems (the moving peak benchmark and the GDBG benchmark), global optimization problems, multi-modal optimization problems, and travelling salesman problems. Traditional performance metrics for dynamic optimization and global optimization are implemented in the performance component.

The current version of OFEC is 0.4.2 develped with MS Visual Studio Community 2015 and the BOOST version is 1.59, a makefile is also available for GCC users with v4.8.2.

Please feel free to contact me by [email protected] if you have any questions.

ofec's People

Contributors

changhe160 avatar

Watchers

James Cloos avatar Fan 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.