Ignore:
Timestamp:
04/03/14 13:43:02 (2 years ago)
Author:
mmckerns
Message:

added license and copyright to every file in certain branches

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 
    310                           ### COLLAPSE CODE ###                     
    4                      
     11 
    512################################################################################ 
    613MINMAX = -1  ## NOTE: sup = maximize = -1; inf = minimize = 1   
     
    1118from collapse_termination import CLPS_Position as PCLPS  
    1219###################### FUNCTION: TERMINATION CONDITIONS ######################## 
    13    
     20 
    1421def termCond(npts, tol, tolW, tolP, ngen, ngcol, indexW_ids, indexP_ids): 
    1522     
     
    6168   
    6269################################################################################ 
    63    
     70 
    6471                               ### SOLVER  ### 
    65    
     72 
    6673############################## RUN THE SOLVER ################################## 
    6774def collapseSolver(solver, cost, npts, lb, ub, tol, tolW, tolP_range_fr, ngen, ngcol, \ 
Note: See TracChangeset for help on using the changeset viewer.