refactor(layout): rename multi_swarm → multi_swarm_core con doppia nidificazione uv workspace

- mv src/multi_swarm → src/multi_swarm_core/multi_swarm_core (member layout)
- sed-replace globale degli import: from/import multi_swarm.* → multi_swarm_core.*
- 115 occorrenze aggiornate in src/ scripts/ tests/
- multi_swarm_coevolutive (nome repo) preservato dal word boundary

Pre-condizione per il setup uv workspace della Fase 3.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Adriano Dal Pastro
2026-05-15 17:43:48 +00:00
parent 7d766173a4
commit b6539802e0
103 changed files with 746 additions and 110 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import numpy as np
import pandas as pd
from multi_swarm.metrics.dsr import deflated_sharpe_ratio, expected_max_sharpe
from multi_swarm_core.metrics.dsr import deflated_sharpe_ratio, expected_max_sharpe
def test_expected_max_sharpe_grows_with_n_trials():