Code Monkey home page Code Monkey logo

matrix_terminator's Introduction

This project use different evolutionary algorithms (ES, PSO, CCPSO2) and a local 
search implemented in CUDA to search for results for the termination competition
[1]. For every algorithm exists a stand alone program and they are part of a C 
library to use them from a high-level language like Haskell.   

The evolutionary strategy and the particle swarm optimization is working. The
CCPSO2 is based on the paper of Li and Yao [2]. The ccpso2 version is alpha 
quality, not well parallelized and not ready for prime time. The standard 
particle swarm optimization borrows the mutation of that paper.

The custom algorithm is the only one which finds a result for z001 alias
aabb > bbbaaa. 

All algorithms where tested with CUDA 3.2 and 4.1 on a GTX 295 with compute
capability 1.3 .

If you have any questions contact me by mail.

The implementation is licensed under GPL 2.

[1] http://www.lri.fr/~marche/termination-competition/
[2] http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=5910380&abstractAccess=no&userType=inst

matrix_terminator's People

Contributors

tkalbitz avatar

Watchers

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