1#@ s*: Label=FastTest
2#@ *: DakotaConfig=HAVE_NPSOL
3#@ s0: UserMan=container_opt_npsol
4#@ [taxonomy:start]
5#@ s0: [analysis:Optimization]
6#@ s0: [method:SQP]
7#@ s0: [goal:Local]
8#@ s0: [goal:BoundAndNonLinearConstraints]
9#@ s0: [variable:Continuous]
10#@ s0: [model:Smooth]
11#@ s0: [model:EstimatedFirstDerivatives]
12#@ [taxonomy:end]
13
14# DAKOTA INPUT FILE : dakota_container.in
15# Dakota Input File: container_opt_npsol.in             #s0
16
17environment
18  tabular_data
19    tabular_data_file = 'container_opt_npsol.dat'   #s0
20
21method
22## (NPSOL requires a software license; if not available, try	      #s0
23## conmin_mfd or optpp_q_newton instead)     			      #s0
24  npsol_sqp
25
26variables
27  continuous_design = 2
28    descriptors   'H' 'D'
29    initial_point 4.5 4.5
30    lower_bounds  0.0 0.0
31
32interface
33  analysis_drivers = 'container'               #s0
34# Lack of extension on script wrapper to allow Unix and Windows testing
35#	 analysis_driver = 'dakota_container-driver'	#s1
36    fork
37    parameters_file = 'container.in'
38    results_file    = 'container.out'
39    file_tag
40
41responses
42  objective_functions = 1
43  nonlinear_equality_constraints = 1
44  numerical_gradients
45    method_source dakota
46    interval_type central
47    fd_step_size = 0.001
48  no_hessians
49