aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/Problem.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Problem.hpp')
-rw-r--r--src/engine/Problem.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/Problem.hpp b/src/engine/Problem.hpp
index 80041a4..01ad564 100644
--- a/src/engine/Problem.hpp
+++ b/src/engine/Problem.hpp
@@ -25,7 +25,6 @@
namespace Machina {
-
class Problem : public Eugene::Problem<Machine> {
public:
Problem(TimeUnit unit, const std::string& target_midi, SharedPtr<Machine> seed = SharedPtr<Machine>());
@@ -118,7 +117,6 @@ private:
mutable std::map<Machine*, float> _fitness;
};
-
} // namespace Machina
#endif // MACHINA_PROBLEM_HPP