Changeset 714 for branches/collapse/collapse_code.py
- Timestamp:
- 04/03/14 13:43:02 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/collapse/collapse_code.py
r687 r714 1 ################################################################################ 2 1 #!/usr/bin/env python 2 # 3 # Author: Lan Huong Nguyen (lanhuong @stanford) 4 # Copyright (c) 2012-2014 California Institute of Technology. 5 # License: 3-clause BSD. The full license text is available at: 6 # - http://mmckerns.github.io/project/mystic/browser/mystic/LICENSE 7 8 ################################################################################ 9 3 10 ### COLLAPSE CODE ### 4 11 5 12 ################################################################################ 6 13 MINMAX = -1 ## NOTE: sup = maximize = -1; inf = minimize = 1 … … 11 18 from collapse_termination import CLPS_Position as PCLPS 12 19 ###################### FUNCTION: TERMINATION CONDITIONS ######################## 13 20 14 21 def termCond(npts, tol, tolW, tolP, ngen, ngcol, indexW_ids, indexP_ids): 15 22 … … 61 68 62 69 ################################################################################ 63 70 64 71 ### SOLVER ### 65 72 66 73 ############################## RUN THE SOLVER ################################## 67 74 def collapseSolver(solver, cost, npts, lb, ub, tol, tolW, tolP_range_fr, ngen, ngcol, \
Note: See TracChangeset
for help on using the changeset viewer.