Changeset 3989
- Timestamp:
- May 19, 2005, 1:52:19 PM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
dataManip/psMinimize.c (modified) (3 diffs)
-
math/psMinimize.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMinimize.c
r3977 r3989 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.11 7$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-05-19 05:18:20$11 * @version $Revision: 1.118 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-05-19 23:52:19 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 2056 2056 // XXX: Ensure that currFuncVal is the correct value to use here. 2057 2057 min->value = currFuncVal; 2058 // XXX: ensure that the lastDelta should be 0.0. 2059 min->lastDelta = 0.0; 2058 2060 psTrace(".psLib.dataManip.psMinimizePowell", 4, 2059 2061 "---- psMinimizePowell() end (1)(true) ----\n"); … … 2095 2097 min->value = currFuncVal; 2096 2098 min->iter = iterationNumber; 2099 min->lastDelta = currFuncVal - baseFuncVal; 2097 2100 psTrace(".psLib.dataManip.psMinimizePowell", 4, 2098 2101 "---- psMinimizePowell() end (2) (true) ----\n"); -
trunk/psLib/src/math/psMinimize.c
r3977 r3989 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.11 7$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-05-19 05:18:20$11 * @version $Revision: 1.118 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-05-19 23:52:19 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 2056 2056 // XXX: Ensure that currFuncVal is the correct value to use here. 2057 2057 min->value = currFuncVal; 2058 // XXX: ensure that the lastDelta should be 0.0. 2059 min->lastDelta = 0.0; 2058 2060 psTrace(".psLib.dataManip.psMinimizePowell", 4, 2059 2061 "---- psMinimizePowell() end (1)(true) ----\n"); … … 2095 2097 min->value = currFuncVal; 2096 2098 min->iter = iterationNumber; 2099 min->lastDelta = currFuncVal - baseFuncVal; 2097 2100 psTrace(".psLib.dataManip.psMinimizePowell", 4, 2098 2101 "---- psMinimizePowell() end (2) (true) ----\n");
Note:
See TracChangeset
for help on using the changeset viewer.
