Ignore:
Timestamp:
01/02/15 06:51:14 (17 months ago)
Author:
mmckerns
Message:

copyright updated to 2015; added to examples2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mystic/examples2/g11.py

    r775 r776  
     1#!/usr/bin/env python 
     2# 
     3# Problem definition: 
    14# A-R Hedar and M Fukushima, "Derivative-Free Filter Simulated Annealing 
    25# Method for Constrained Continuous Global Optimization", Journal of 
    36# Global Optimization, 35(4), 521-549 (2006). 
    47#  
    5 # code for function PrG11c and PrG11f 
    6 # translated from Matlab Code written by A. Hedar (Nov. 23, 2005). 
     8# Original Matlab code written by A. Hedar (Nov. 23, 2005) 
    79# http://www-optima.amp.i.kyoto-u.ac.jp/member/student/hedar/Hedar_files/go.htm 
     10# and ported to Python by Mike McKerns (December 2014) 
     11# 
     12# Author: Mike McKerns (mmckerns @caltech and @uqfoundation) 
     13# Copyright (c) 1997-2015 California Institute of Technology. 
     14# License: 3-clause BSD.  The full license text is available at: 
     15#  - http://mmckerns.github.io/project/mystic/browser/mystic/LICENSE 
    816 
    917def objective(x): 
Note: See TracChangeset for help on using the changeset viewer.