#include <maestro.hxx>

Public Member Functions | |
| Maestro (Decoder &, Critere *, Distrib &) | |
| void | put (long, std::vector< double > &) | 
| std::vector< double > * | get (long *) | 
Private Attributes | |
| Decoder * | dom | 
| Distrib * | dist | 
| Critere * | crit | 
Definition at line 29 of file maestro.hxx.
| std::vector< double > * Maestro::get | ( | long * | id | ) | 
Definition at line 38 of file maestro.cxx.
References crit, dist, Critere::eval(), and Distrib::get().
Referenced by Simplex::next().
| void Maestro::put | ( | long | id, | 
| std::vector< double > & | inp | ||
| ) | 
Definition at line 29 of file maestro.cxx.
References Decoder::decode(), dist, dom, and Distrib::put().
Referenced by Simplex::next(), and Simplex::start().
      
  | 
  private | 
Definition at line 33 of file maestro.hxx.
      
  | 
  private | 
Definition at line 32 of file maestro.hxx.
      
  | 
  private | 
Definition at line 31 of file maestro.hxx.