Changeset 3572 in Sophya for trunk/SophyaLib/NTools/simplex.cc
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/simplex.cc
r2808 r3572 366 366 int ilo, ihi, inhi; 367 367 int move = 0; 368 c har* smov[6] = { "None", "Reflection", "ReflecExpand", "ContractHigh", "ContractLow", "ExpandHigh" };368 const char* smov[6] = { "None", "Reflection", "ReflecExpand", "ContractHigh", "ContractLow", "ExpandHigh" }; 369 369 int movcnt[6] = {0,0,0,0,0,0}; 370 370 … … 511 511 int MinZSimplex::StopReason(string& s) 512 512 { 513 c har* sr[5] = { "NoConverg, MaxIterReached", "OK, fm<Tol0", "OK, Df/f<Tol1",513 const char* sr[5] = { "NoConverg, MaxIterReached", "OK, fm<Tol0", "OK, Df/f<Tol1", 514 514 "OK, [Df/f max]Iter<Tol2" "Error - Wrong StopReason" }; 515 515 int stop = mStop;
Note:
See TracChangeset
for help on using the changeset viewer.