Ignore:
Timestamp:
05/05/06 07:46:50 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7690 r7693  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2006/05/05 Thomas Bretz
     22
     23   * mhflux/MHEnergyEst.cc:
     24     - print the result to the all-logstream
     25     - changed the fit range not to take the overflow into account
     26
     27   * mranforest/MRanForest.[h,cc]:
     28     - Use the default Reset() instead of Reset(0)
     29     - changed output while training
     30     - replaced a lot of TArrays by MArrays
     31     - at some points replaced gRandom->Rndm by gRandom->Integer
     32     - removed some obsolete arguments from ModifyDataSort
     33     - In CreateDataSort isort need not to be initialized, it is
     34       done by TMath::Sort anyhow
     35     - a small simplification to ModifyDataSort
     36     - added some const-qualifiers in funciton calls
     37
     38   * mranforest/MRanTree.[h,cc]:
     39     - replaced a lot of TArrays by MArrays
     40     - removed some obsolete calls to Reset(0) after the instatization
     41       of the array
     42     - small acceleration of the averaging when calculating fBestSplit[k]
     43     - at some points replaced gRandom->Rndm by gRandom->Integer
     44     - directly give mean[kbuild] and square[kbuild] as an argument
     45       to FindBestSplit
     46     - removed the obsolste dereferencing from the call to FindBestSplit
     47     - added some const-qualifiers in funciton calls
     48
     49
    2050
    2151 2006/05/04 Thomas Bretz
Note: See TracChangeset for help on using the changeset viewer.