summaryrefslogtreecommitdiff
path: root/core/model.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/model.hpp')
-rw-r--r--core/model.hpp23
1 files changed, 23 insertions, 0 deletions
diff --git a/core/model.hpp b/core/model.hpp
new file mode 100644
index 0000000..c95bf46
--- /dev/null
+++ b/core/model.hpp
@@ -0,0 +1,23 @@
+#include <math.h>
+
+#include <boost/mpl/bool.hpp>
+#include <boost/mpl/list.hpp>
+#include <boost/mpl/pair.hpp>
+
+#include "continuous_property.hpp"
+#include "continuous_property_impl.hpp"
+#include "discrete_property.hpp"
+#include "property_composition.hpp"
+#include "rng.hpp"
+#include "trainer.hpp"
+
+#ifndef RASIMU_MODEL
+#define RASIMU_MODEL
+
+/// the actual model
+#include "properties.hpp"
+
+#include "trainer_impl.hpp"
+
+#endif
+
contact: Jan Huwald // Impressum