"git@code.it4i.cz:blender/blender-addons.git" did not exist on "a4683ac1a4f0e3ff23573dff1c9d739e6d46ac69"
Newer
Older
Martin Beseda
committed
#include "LearningMethod.h"
namespace lib4neuro {
Martin Beseda
committed
std::vector<double>* LearningMethod::get_parameters() {
return &this->optimal_parameters;
}
Martin Beseda
committed
void GradientLearningMethod::optimize(ErrorFunction& ef,
std::ofstream* ofs) {
Martin Beseda
committed
}