- Timestamp:
- 10/12/09 19:38:50 (15 years ago)
- Location:
- library
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
library/bdm/base/bdmbase.h
r635 r652 1192 1192 if ( LFlags ( 3 ) ) LIDs ( 3 ) = L.add ( RV ( "ll", 1 ), name ); //TODO: "local" RV 1193 1193 } 1194 //! Save results to the given logger, details of what is stored is configured by \c LIDs and \c options 1194 1195 virtual void logit ( logger &L ) { 1195 1196 L.logit ( LIDs ( 0 ), posterior().mean() ); -
library/doc/tutorial/01userguide.dox
r651 r652 2 2 \page user_guide BDM Use - System, Data, Simulation 3 3 4 This section serves as introdustion to the scenario of data simulation. Since it is the simpliest of all scenarios defined in \ref user_guide0 it also serves as introduction to configuration of an experiment (see \ref ui_page) and basic decision making objects (bdm::RV and bdm::DS).4 This section serves as introdustion to the scenario of data simulation. Since it is the simpliest of all scenarios defined in \ref 005userguide0 it also serves as introduction to configuration of an experiment (see \ref ui_page) and basic decision making objects (bdm::RV and bdm::DS). 5 5 6 6 All experiments are demonstarted on scenario simulator which can be either standalone application or mex file (simulator.mex**).