|
DMP_BBO library
|
UnifiedModel class source file. More...
#include <boost/serialization/export.hpp>#include <boost/serialization/vector.hpp>#include <boost/archive/text_iarchive.hpp>#include <boost/archive/text_oarchive.hpp>#include <boost/archive/xml_iarchive.hpp>#include <boost/archive/xml_oarchive.hpp>#include "functionapproximators/UnifiedModel.hpp"#include "functionapproximators/FunctionApproximator.hpp"#include "functionapproximators/BasisFunction.hpp"#include "dmpbbo_io/EigenFileIO.hpp"#include "dmpbbo_io/BoostSerializationToString.hpp"#include "dmpbbo_io/EigenBoostSerialization.hpp"#include <iostream>#include <fstream>#include <eigen3/Eigen/Core>#include <eigen3/Eigen/SVD>#include <eigen3/Eigen/LU>
Go to the source code of this file.
Functions | |
| BOOST_CLASS_EXPORT_IMPLEMENT (DmpBbo::UnifiedModel) | |
| For boost::serialization. More... | |
UnifiedModel class source file.
This file is part of DmpBbo, a set of libraries and programs for the black-box optimization of dynamical movement primitives. Copyright (C) 2014 Freek Stulp, ENSTA-ParisTech
DmpBbo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
DmpBbo is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with DmpBbo. If not, see http://www.gnu.org/licenses/.
Definition in file UnifiedModel.cpp.
| BOOST_CLASS_EXPORT_IMPLEMENT | ( | DmpBbo::UnifiedModel | ) |
For boost::serialization.
See http://www.boost.org/doc/libs/1_55_0/libs/serialization/doc/special.html#export
1.8.11