Difference between revisions of "SED:SED reference"

From SUMOwiki
Jump to navigationJump to search
Line 2: Line 2:
  
 
== SequentialDesign ==
 
== SequentialDesign ==
 +
 +
=== SequentialDesign(problemStruct) ===
 +
 +
Create a sequentual design object for the specified problem, as described in problemStruct. For more information, see the [SED:SED_toolbox#You_want_to_use_the_more_advanced_features_of_the_SED_Toolbox|main page]].

Revision as of 14:00, 24 January 2011

This page describes the different functions available in the SequentialDesign class, which is the main entry point for using the SED Toolbox. There are three ways to create an instance of this class, as described in the different use cases in the main documentation page. Additionally, several functions are available to make it easy for the user to generate, plot and get data about the design produced by your SequentialDesign instance. In the sections below, we describe each function that is available to the user.

SequentialDesign

SequentialDesign(problemStruct)

Create a sequentual design object for the specified problem, as described in problemStruct. For more information, see the [SED:SED_toolbox#You_want_to_use_the_more_advanced_features_of_the_SED_Toolbox|main page]].