feat(ga, api): Implement advanced GA strategy and refactor API for v0.4.0 #16

Merged
jono merged 3 commits from v0.4.0-dev into main 2025-10-27 14:20:56 +00:00
Showing only changes of commit 415e2a3ef5 - Show all commits

View File

@@ -8,7 +8,7 @@ try:
except ImportError:
_CUPY_AVAILABLE = False
from polysolve import Function, GA_Options, quadratic_solve
from polysolve import Function, GA_Options
@pytest.fixture
def quadratic_func() -> Function: