/* GenOpt example command file MWetter@lbl.gov, 06/18/2003 */ Vary{ Parameter{ // Glazing properties on East and West facing windows Name = GlazingType_Sides; Min = 0.75; Ini = 0.95; Max = 0.95; Step = 0.1; } Parameter{ // Level 3 side WWR (+7m) - moving the coordinates at the bottom of the windows on L3. Name = L3side_Vertices1and4_Zcoordinate; Min = 7.25; Ini = 7.25; Max = 8.75; Step = 1.5; } } OptimizationSettings{ MaxIte = 2000; MaxEqualResults = 100; WriteStepNumber = false; UnitsOfExecution = 0; } Algorithm{ Main = GPSHookeJeeves; MeshSizeDivider = 2; InitialMeshSizeExponent = 0; MeshSizeExponentIncrement = 1; NumberOfStepReduction = 1; }