Changeset 870 for library/bdm/estim

Show
Ignore:
Timestamp:
03/18/10 19:13:02 (14 years ago)
Author:
mido
Message:

LOG_LEVEL final cut (or rather semifinal? I hope to improve work with ids soon)
and also it rests to adapt applications, work is in progress

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/estim/particles.h

    r850 r870  
    2626 
    2727class PF : public BM { 
    28         //! Introduces two new options: 
    29         //! \li weights - meaning that all weightes will be logged 
    30         //! \li samples - all samples will be also logged 
     28        //! \var log_level_enums weights 
     29        //! all weightes will be logged 
     30 
     31        //! \var log_level_enums samples 
     32        //! all samples will be logged 
    3133        LOG_LEVEL(PF,weights,samples); 
    32  
     34         
    3335protected: 
    3436        //!number of particles; 
     
    221223 
    222224class MPF : public BM  { 
    223         //! Introduces new option  
    224         //! \li means - meaning TODO 
     225        //! \var log_level_enums means  
     226        //! TODO DOPLNIT 
    225227        LOG_LEVEL(MPF,means); 
     228 
    226229protected: 
    227230        //! particle filter on non-linear variable