diff --git a/mo/src/problems/permutation/moShiftNeighbor.h b/mo/src/problems/permutation/moShiftNeighbor.h index e8884f687..87dfb9265 100644 --- a/mo/src/problems/permutation/moShiftNeighbor.h +++ b/mo/src/problems/permutation/moShiftNeighbor.h @@ -38,11 +38,11 @@ * Other name : insertion operator */ template -class moShiftNeighbor: public moBackableNeighbor, public moIndexNeighbor +class moShiftNeighbor: public moBackableNeighbor, public moIndexNeighbor { public: - using moBackableNeighbor::fitness; + using moBackableNeighbor::fitness; using moIndexNeighbor::key; using moIndexNeighbor::index; diff --git a/moeo/tutorial/CMakeLists.txt b/moeo/tutorial/CMakeLists.txt index 45557fb6a..e18c0c2af 100644 --- a/moeo/tutorial/CMakeLists.txt +++ b/moeo/tutorial/CMakeLists.txt @@ -19,4 +19,4 @@ add_subdirectory(examples) add_subdirectory(Lesson1) add_subdirectory(Lesson2) add_subdirectory(Lesson3) -#add_subdirectory(Lesson4) +add_subdirectory(Lesson4)