Difference between revisions of "Useful Links"

From SUMOwiki
Jump to navigationJump to search
Line 4: Line 4:
  
 
=== Related projects ===
 
=== Related projects ===
 +
 
A list of projects with similar ideas and scope.
 
A list of projects with similar ideas and scope.
  
Line 33: Line 34:
  
 
=== Related labs ===
 
=== Related labs ===
 +
 
A list of labs/researchers with similar ideas and scope.
 
A list of labs/researchers with similar ideas and scope.
  
Line 81: Line 83:
 
* [http://www.comsol.be/ Comsol multiphysics] package
 
* [http://www.comsol.be/ Comsol multiphysics] package
  
=== Various links ===
+
=== Predefined functions ===
* [http://home.online.no/~pjacklam/matlab/software/util/fullindex.html A collection of useful Matlab scripts]
 
* [http://home.online.no/~pjacklam/matlab/doc/mtt/  MATLAB array manipulation tips and tricks]
 
* [http://www.adaptivebox.net/research/bookmark/psocodes_link.html Particle Swarm implementations]
 
  
=== Optimization ===
 
* [http://www.tik.ee.ethz.ch/sop/pisa/ PISA optimization framework]
 
* [http://www.jeo.org/emo/EMOOsoftware.html Impl. of multiobjective optimization methods]
 
* [http://www.hvass-labs.org/projects/swarmops/ swarmOps]
 
* [http://www.icsi.berkeley.edu/~storn/code.html Differential Evolution]
 
 
=== Predefined functions ===
 
 
* [http://www.cs.cmu.edu/afs/cs/project/jair/pub/volume24/ortizboyer05a-html/node6.html Continuous benchmark problems]
 
* [http://www.cs.cmu.edu/afs/cs/project/jair/pub/volume24/ortizboyer05a-html/node6.html Continuous benchmark problems]
 
* [http://www2.imm.dtu.dk/~km/GlobOpt/testex/ Optimization test functions]
 
* [http://www2.imm.dtu.dk/~km/GlobOpt/testex/ Optimization test functions]
Line 102: Line 94:
 
* [http://ntu-cg.ntu.edu.sg/ysong/journal/GLSurrogate.pdf Surrogate modeling test functions]
 
* [http://ntu-cg.ntu.edu.sg/ysong/journal/GLSurrogate.pdf Surrogate modeling test functions]
 
* [http://www.it.lut.fi/ip/evo/functions/functions.html Functions with multiple global optima]
 
* [http://www.it.lut.fi/ip/evo/functions/functions.html Functions with multiple global optima]
 +
 +
=== Optimization ===
 +
 +
* [http://www.tik.ee.ethz.ch/sop/pisa/ PISA optimization framework]
 +
* [http://www.jeo.org/emo/EMOOsoftware.html Impl. of multiobjective optimization methods]
 +
* [http://www.hvass-labs.org/projects/swarmops/ swarmOps]
 +
* [http://www.icsi.berkeley.edu/~storn/code.html Differential Evolution]
 +
 +
=== Various links ===
 +
 +
* [http://home.online.no/~pjacklam/matlab/software/util/fullindex.html A collection of useful Matlab scripts]
 +
* [http://home.online.no/~pjacklam/matlab/doc/mtt/  MATLAB array manipulation tips and tricks]
 +
* [http://www.adaptivebox.net/research/bookmark/psocodes_link.html Particle Swarm implementations]

Revision as of 17:19, 6 June 2008

Related publications

See the Related publications page.

Related projects

A list of projects with similar ideas and scope.

  • Infiniscale: TechModeler, TechAnalyzer: automatic model generation tools for EM applications
  • visualDOC: VisualDOC, a design optimization tool
  • MARS: A spline based modeling tool
  • Modelcenter: A datamining and modeling tool
  • iSIGHT: A datamining and modeling tool
  • Datascape: A datamining and modeling tool
  • Friendship systems: Tools for modeling ship hulls parametrically and performing the modeling calculations (Equilibrium tool)
  • Nimrod/G: Execute parameter sweeps on the grid
  • ProActive: Java grid library
  • Nimrod/O: Grid-enabled optimization toolkit
  • NEOS: Distributed optimization toolkit
  • iLab: automated parameter study toolkit
  • SciRun: Problem Solving Environment (PSE), for simulation, modeling, and visualization of scientific problems.
  • ModeFRONTIER: environment dedicated to the set up of design assessment chains and efficient investigation of the design space.
  • Gridbus: metascheduler for the grid
  • Gridsolve/Netsolve: grid enabled scientific computation toolbox
  • DTREG: a powerful statistical analysis program that generates classification and regression trees and Support Vector Machine models that can be used to predict parameter values.
  • MDO: A collection of MDO links
  • GOSSET: A general purpose program for designing experiments
  • DAKOTA: Design Analysis Kit for Optimization and Terascale Applications
  • DIPSO: Wide-Area Distributed Problem Solving (DIPSO
  • GEODISE: Grid Enabled Optimisation and Design Search for Engineering
  • Poseidon: A distributed information system for ocean processes.
  • EZfit : Free curve fitting toolbox for matlab
  • SGIT : A Sparse grid interpolation toolbox

Related labs

A list of labs/researchers with similar ideas and scope.

Data sets - Simulation code

A list of publicaly available datasets and simulation codes, useful for testing.

Predefined functions

Optimization

Various links