{% set cards = [ { svg: " ", title: "Plug", text: "Plug your model in OpenMOLE and run it, whatever the language. Java, Binary exe, NetLogo, R, SciLab, C++, Python, etc.", cta: "read more", url: "Embed.html" }, { svg: " ", title: "Explore", text: "Explore your parameter space, optimize, perform sensitivity analyses on your model through innovative methods.", cta: "read more", url: "Explore.html" }, { svg: " ", title: "scale", text: "Scale up your experiments with no effort on servers, clusters, grids, clouds, etc.", cta: "read more", url: "Scale+Up.html" } ] %}

What is OpenMOLE?

OpenMOLE has been developed since 2008 as a free and open-source platform. It offers tools to run, explore, diagnose and optimize your numerical model, taking advantage of distributed computing environments. With OpenMOLE you can explore your already developed model, in any language (Java, Binary exe, NetLogo, R, SciLab, Python, C++, etc.)

OpenMOLE comes with a graphical user interface (GUI) to write scripts around your model. These scripts will use OpenMOLE methods to explore your model and distribute its executions on High Performing Computing (HPC) environments, with only a few lines of code!

OpenMOLE is the tool you need if you want to carry out real sensitivity analysis, calibration on mono or multi criterion, pattern diversity search in model dynamics, or any custom design of experiments.

{% for card in cards %}
{{ card.svg | safe }}

{{ card.title | safe }}

{{ card.text | safe }}

{{ card.cta | safe }}
{% endfor %}