Changeset 9851 for trunk/Mars/mtools
- Timestamp:
- 08/12/10 09:43:02 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mtools/MHSimulatedAnnealing.cc
r7749 r9851 74 74 binsx.SetEdges(fMoves+1, 0, 1); 75 75 binsy.SetEdges(fDim, 0.5, fDim+0.5); 76 MH::SetBinning( &fBestEver, &binsx, &binsy);76 MH::SetBinning(fBestEver, binsx, binsy); 77 77 78 78 // For better visibility, omit the first entry in fBestFuncEval
Note:
See TracChangeset
for help on using the changeset viewer.