remove comments

This commit is contained in:
2026-02-08 13:41:47 +01:00
parent 4f3fb4dc44
commit f9853f8aa4

View File

@@ -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)