GithubHelp home page GithubHelp logo

felix660 / simple-parallel-self-organizing-migrating-algorithm-mlsoma- Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nmtoan91/simple-parallel-self-organizing-migrating-algorithm-mlsoma-

0.0 0.0 0.0 46 KB

License: GNU General Public License v3.0

C++ 96.49% Makefile 0.24% C 1.68% Shell 1.59%

simple-parallel-self-organizing-migrating-algorithm-mlsoma-'s Introduction

Simple-Parallel-Self-Organizing-Migrating-Algorithm-MLSOMA-

MLSOMA version 1.0.2 :
-m : Method (0|1)
[default = 0] -pop : Pop size [default = 16]
-step : Migration step (float) [default = 1073741824]
-plen : Path length (float) [default = 5.000000]
-range: Range (bound) (float) [default = 512.000000]
-d : Dimensions [default = 32]
-grid : Grid count per dimension [default = 2]
-w : Set write the migrations [default = b]
-ng : Number SOMA groups for each node
[default = 2] -type : SOMA type(0:Allto1;1:AlltoAll) [default = 1]
-op0 : Optimization method 0 [default = b]
-op1 : Optimization method 1 [default = b]
-op1thresh : Config the threashold [default = 0.010000]
-op2 : Fix number of leaders for each individuals [default = b]
-op2n : Config number of leader [default = 2]
-tf : testfunction [default = 0]
-help : Help!

Examples:

Run MLSOMA on single processor (512 dimensions, 16 pop-size, range from -512 to 512):
./MLSOMA -m 0 -d 512 -pop 16 -range 512
Run MLSOMA on multiple processors with mpiexec (32 cpu cpu-processors, 512 dimensions, 16 pop-size, range from -512 to 512):
mpiexec -n 32 ./MLSOMA -m 1 -d 512 -pop 16 -range 512



Zelinka, Ivan. "SOMA—self-organizing migrating algorithm." New optimization techniques in engineering. Springer, Berlin, Heidelberg, 2004. 167-217.

simple-parallel-self-organizing-migrating-algorithm-mlsoma-'s People

Contributors

nmtoan91 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.