Difference between revisions of "Other"

From Cluster Documentation Project
Jump to: navigation, search
(added Eureqa II)
Line 1: Line 1:
 
 
'''Genetic Algorithms'''
 
'''Genetic Algorithms'''
  
Line 7: Line 6:
 
'''Cellular Automata'''
 
'''Cellular Automata'''
 
* [http://www.caos-home.org/ CAOS] (Cells, Agents and Observers for Simulation) is a high-level domain-specific programming language for the definition of extended cellular automata and their parallel simulation on shared and distributed memory computing architectures.
 
* [http://www.caos-home.org/ CAOS] (Cells, Agents and Observers for Simulation) is a high-level domain-specific programming language for the definition of extended cellular automata and their parallel simulation on shared and distributed memory computing architectures.
 +
 +
'''Scientific Data Mining'''
 +
* [http://www.nutonian.com/ Eureqa II] is a scientific data mining software package that searches for mathematical patterns hidden in your data. Free download for a single computer.

Revision as of 13:03, 28 March 2012

Genetic Algorithms

  • PGAPack (Parallel Genetic Algorithm Package) a general-purpose, data-structure-neutral, parallel genetic algorithm library developed at Argonne National Laboratory.
  • MPIKAIA is a slightly modified version of the PIKAIA 1.2 code developed by Paul Charbonneau and Barry Knapp at the High Altitude Observatory. It uses MPI code to parallelize the "Full Generational Replacement" evolutionary strategy. This package comes with a sample fitness function, which you should replace with your own function/model after you successfully compile and run the sample code.

Cellular Automata

  • CAOS (Cells, Agents and Observers for Simulation) is a high-level domain-specific programming language for the definition of extended cellular automata and their parallel simulation on shared and distributed memory computing architectures.

Scientific Data Mining

  • Eureqa II is a scientific data mining software package that searches for mathematical patterns hidden in your data. Free download for a single computer.