Difference between revisions of "Main Page"

From SUMOwiki
Jump to navigationJump to search
m (Modified 'Members' link according to updated SUMO website)
 
(63 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<center>This website is under ongoing construction. Since it is a [http://en.wikipedia.org/wiki/Wiki Wiki], you can help by [[Special:Userlogin|contributing]]</center>
+
<div style="padding:0.7em 0em 0em 0em;">
 +
{{Largebox
 +
| Title = <div style="font-size:200%; padding:.1em;">SUrrogate MOdeling (SUMO) Toolbox</div>
 +
| Contents =
 +
The Surrogate Modeling Toolbox (SUMO Toolbox) is a Matlab toolbox that automatically builds accurate [http://en.wikipedia.org/wiki/Surrogate_model surrogate models] (also known as metamodels or [http://en.wikipedia.org/wiki/Response_surface_methodology response surface models]) of a given data source (simulation code, data set, script, ...) within the accuracy and time constraints set by the user.  In doing so the toolbox minimizes the number of data points (which it chooses automatically) since they are usually expensive. The toolbox tries to be as adaptive and autonomous as possible, requiring no user input besides some initial configuration.
  
== About ==
+
[[Image:metamodel-generation.png|500 px|center|SUMO-Toolbox : Generating an approximation for a reference model]]
The Surrogate Modeling Toolbox (SUMO-Toolbox) is a Matlab toolbox that builds accurate, [http://en.wikipedia.org/wiki/Surrogate_model surrogate models] (also known as metamodels or response surface models) of a given data source (data set, executable, ...).  In doing so the toolbox minimizes the number of simulator evaluations since they are usually expensive. The toolbox tries to be as adaptive and flexible as possible, requiring no user input besides some initial configuration.
 
  
The toolbox has been designed to be as pluggable and extensible as possible.  This means that, allthough the out-of-the-box tools and algorithms are tailored to black box, behavioral modeling (ie. treat the system as a data generating black box that maps inputs onto outputs) there is nothing that prevents a user from plugging in grey/white box model types/modeling algorithms that DO take into account knowledge of the underlying system.  So really the toolbox provides a shared platform where different modeling/sampling techniques can be implemented and benchmarked on a wide variety of problems.  You can make it as problem specific or problem generic as you want it to be.
 
  
[[About | The About page contains more information]] on the [[About#History|history]], [[About#Features|features]] and [[About#Design Goals|design goals]] of the toolboxOn the same page you will also find a number of [[About#Screenshots|screenshots]] and [[About#Movies|movies]].
+
However, since there is no such thing as a ''one-size-fits-all'', the toolbox has been designed to be fully pluggable and extensible using standard [http://en.wikipedia.org/wiki/Object_orientation object oriented] design patterns.  Implementations of the different components (model types, sampling strategies, model selection criteria, hyperparameter optimization algorithms,...) can be plugged-in, compared, or replaced by custom implementationsIn this way the SUMO Toolbox provides a common platform to easily test and benchmark different sampling and approximation strategies while easily integrating in the engineering design process. [[About|more information....]]
  
== Main Sections ==
+
}}</div>
Please use the links below to navigate the site
+
{{3widebox
 
+
| Box1_title = [[About]]
* [[About|General information]]
+
| Box1_contents = * [[About | General information]]
* [[Downloading|Downloading the toolbox]]
+
* [[About#Design goals|Design goals]]
 +
* [[About#Features|Features]]
 +
* [[About#Screenshots|Screenshots]]
 +
* [[About#Movies|Movies]]
 +
* [[FAQ|Frequently Asked Questions - FAQ]]
 +
| Box2_title = [[Downloading|Download]] - [[Installation]]
 +
| Box2_contents =
 
* [[System requirements]]
 
* [[System requirements]]
* [[Installation|Installation Instructions]]
+
* [[Downloading|Downloading the SUMO Toolbox]]
* [[Running|Running the toolbox]]
+
* [[Installation|Installation instructions]]
 +
* [[License terms]]
 +
* [[Useful Links|Useful links]]
 +
| Box3_title = [[Running|Usage]]
 +
| Box3_contents =
 +
* [[Running#Getting_started|Getting started]]
 +
* [[Running|General usage]]
 
* [[Configuration]]
 
* [[Configuration]]
** [[Toolbox configuration]]
+
* [[Known bugs]]
*** [[General guidelines]]
 
** [[Simulator configuration]]
 
 
* [[Extending|Extending the toolbox]]
 
* [[Extending|Extending the toolbox]]
* [[Contributing|Contribute]]
+
* [[Tips|Useful tips]]
 +
}}
 +
 
 +
{{2widebox
 +
| Box1_title = Open Positions
 +
| Box1_contents = We are constantly looking for highly motivated PhD candidates or post-docs, that have a strong interest in one of our [http://www.sumo.intec.ugent.be/?q=research research topics]. Our research area is highly multidisciplinary, and requires strong mathematical, physical and computer science knowledge.
 +
 
 +
Please contact '''tom.dhaene@ugent.be'''
 +
 
 +
| Box2_title = [[Feedback|Contact]]
 +
| Box2_contents =
 +
* [http://www.sumo.intec.ugent.be/node/35 Project members]
 
* [[Feedback]]
 
* [[Feedback]]
 +
* [[Contributing]]
 
* [[Reporting problems]]
 
* [[Reporting problems]]
* [[Useful Links]]
 
* [[Miscellaneous]]
 
 
* [[Citing|Citing the toolbox]]
 
* [[Citing|Citing the toolbox]]
 +
* [[Image:blogger-logo.jpeg|left|15px|link=http://sumolab.blogspot.com Research blog]][http://sumolab.blogspot.com Research blog]
 +
}}
  
== License ==
+
* This website is under ongoing construction. Since it is a [http://en.wikipedia.org/wiki/Wiki Wiki], you can help by [[Special:Userlogin|contributing]]
The toolbox is freely available for '''personal, academic, non-profit use only'''. For all other uses explicit written prior permission must be obtained from [http://www.coms.ua.ac.be/?q=tom Prof. Tom Dhaene].  For more information see the [[License terms]].
+
__NOEDITSECTION__ __NOTOC__
 
 
== Open Positions ==
 
We are constantly looking for highly motivated PhD candidates or post-docs, that have a strong interest in [http://www.coms.ua.ac.be/?q=research one of our research topics]. Our research area is highly multidisciplinary, and requires strong mathematical, physical and computer science knowledge.
 
 
 
Please contact '''tom.dhaene@ieee.org'''
 
 
 
 
 
See also the [[FAQ]], [[Known bugs]], [[Terminology]] and [[Tips]] pages for answers to common questions.
 

Latest revision as of 15:38, 7 May 2013

SUrrogate MOdeling (SUMO) Toolbox

The Surrogate Modeling Toolbox (SUMO Toolbox) is a Matlab toolbox that automatically builds accurate surrogate models (also known as metamodels or response surface models) of a given data source (simulation code, data set, script, ...) within the accuracy and time constraints set by the user. In doing so the toolbox minimizes the number of data points (which it chooses automatically) since they are usually expensive. The toolbox tries to be as adaptive and autonomous as possible, requiring no user input besides some initial configuration.

SUMO-Toolbox : Generating an approximation for a reference model


However, since there is no such thing as a one-size-fits-all, the toolbox has been designed to be fully pluggable and extensible using standard object oriented design patterns. Implementations of the different components (model types, sampling strategies, model selection criteria, hyperparameter optimization algorithms,...) can be plugged-in, compared, or replaced by custom implementations. In this way the SUMO Toolbox provides a common platform to easily test and benchmark different sampling and approximation strategies while easily integrating in the engineering design process. more information....

Open Positions

We are constantly looking for highly motivated PhD candidates or post-docs, that have a strong interest in one of our research topics. Our research area is highly multidisciplinary, and requires strong mathematical, physical and computer science knowledge.

Please contact tom.dhaene@ugent.be

  • This website is under ongoing construction. Since it is a Wiki, you can help by contributing