<!doctype html public '-//W3C//DTD HTML 4.01//EN'
  'http://www.w3.org/TR/html4/strict.dtd'>
<html>
<title>Isight - Examples</title>
  <head>
	<link rel="stylesheet" href="../../../EStyle.css" type="text/css">
	<link rel="stylesheet" href="../../../ETables.css" type="text/css">
  </head>
<a href="http://www.simulia.com/products/sim_opt.html"><img src="../../../../examples/logo.gif"></a>
<h1>Approximation / Optimization Updating Loop</h1>

<table>
	<th colspan=2>Cantilever Beam Optimization with Approximation Updating Loop Example</th>
	<tr>
		<td>Description:</td>
		<td>This model demonstrates the ability to configure a model to sample locally within
			defined move limits, fit an approximation model to the sample data, optimize on
			this model, verify the optimization solution and an exact analysis, check convergence
			(accuracy of approximate optimization solution) and iterate.
			<p><br>
			See workflow annotations for details.
		</td>
	</tr>
	<tr>
		<td>Model:</td>
		<td><a href="CantBeam-ApproxLoop.zmf">CantBeam-ApproxLoop.zmf</a></td>
	</tr>
	<tr>
		<td>Illustrated components:</td>
		<td>Loop, Script, DOE, Optimization, Calculator, Reference</td>
	</tr>
	<tr>
		<td>Other illustrated features:</td>
		<td>
			<ul>
				<li>DoUntil loop feature<br>
				<li>Mapped attributes in a process component:
				<ul>
					<li>DOE sampling limits are updated during execution to match move limits around the current point
					<li>Optimization bounds are updated during execution to match move limits around the current point
				</ul>
			</ul>
		</td>
	</tr>
	<tr>
		<td>Simcodes needed:</td>
		<td>None</td>
	</tr>
	<tr>
		<td>Support files needed:</td>
		<td>None</td>
	</tr>
</table>

</html>
