From f9853f8aa4196d42be5f75a9c76d9a53b63156fa Mon Sep 17 00:00:00 2001 From: Fredrik Robertsen Date: Sun, 8 Feb 2026 13:41:47 +0100 Subject: [PATCH] remove comments --- src/main.odin | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)