From 3da30836936fb3a399bc647c08de6ce2c8f9438a Mon Sep 17 00:00:00 2001 From: FiveMovesAhead Date: Wed, 8 Oct 2025 07:27:36 +0100 Subject: [PATCH] Fix feature name for neuralnet_optimizer. --- tig-algorithms/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tig-algorithms/Cargo.toml b/tig-algorithms/Cargo.toml index bc79f094..a918dcf9 100644 --- a/tig-algorithms/Cargo.toml +++ b/tig-algorithms/Cargo.toml @@ -38,4 +38,4 @@ vector_search = ["c004"] c005 = ["cudarc", "tig-challenges/c005"] hypergraph = ["c005"] c006 = ["cudarc", "tig-challenges/c006"] -optimizer = ["c006"] +neuralnet_optimizer = ["c006"]