diff --git a/src/main.odin b/src/main.odin index 9fcb772..56771ff 100644 --- a/src/main.odin +++ b/src/main.odin @@ -5,8 +5,7 @@ import "core:fmt" import "base:runtime" main :: proc() { - // Choose problem - problem_type := "knapsack" // or "knapsack" + problem_type := "feature_selection" // state := rand.create(RANDOM_SEED) // context.random_generator = runtime.default_random_generator(&state)