Changeset 776 for mystic/examples2/g11.py
- Timestamp:
- 01/02/15 06:51:14 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mystic/examples2/g11.py
r775 r776 1 #!/usr/bin/env python 2 # 3 # Problem definition: 1 4 # A-R Hedar and M Fukushima, "Derivative-Free Filter Simulated Annealing 2 5 # Method for Constrained Continuous Global Optimization", Journal of 3 6 # Global Optimization, 35(4), 521-549 (2006). 4 7 # 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) 7 9 # 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 8 16 9 17 def objective(x):
Note: See TracChangeset
for help on using the changeset viewer.