x
Our website uses cookies. By using the website you agree ot its use. More information can be found in our privacy policy.

Evaluate Metamodels

This example explains how to use an existing metamodel to evaluate further design points.

Existing metamodels may be used in LS-OPT to evaluate further design points. The variable values of these points must be stored in a .csv file that must contain two header lines containing the variable names and types, e.g.

x1 x2 x3
dv dv dv
1.0 2.0 3.0
2.0 3.0 4.0
4.1 6.2 3.3

Browse for that file in the Solver panel's "Evaluate Metamodel" tab and select "Replace":

Solver_panel.png

Go to the run panel and switch to "Task"->"Repair", select "Evaluate Metamodels" and "Run".

run_panel.png

The output is stored in ExtendedResultsMETA_n.csv in the main working directory.

If a *.csv file is selected in the "Evaluate Metamodel" tab from the beginning of an optimization/DOE, ExtendedResultsMETA_n.csv is generated automatically for each iteration. 

To run this example, we should have the original optimization/DOE done at first and then follow the foregoing guide to evaluate more design points based on the existing metamodel.

For further information, see LS-OPT® User’s Manual, Version 4.1, Section 13.12. Metamodel Evaluation using a set of design points.