This commit is contained in:
2025-12-20 21:21:09 +01:00
parent 22060cf026
commit 852211e749
3 changed files with 5 additions and 411 deletions

View File

@ -9,8 +9,6 @@ A web-based tool for finding the optimal cell configuration in lithium battery p
- **Pack Configuration**: Support for any SxP configuration (e.g., 6S2P, 4S3P, 12S4P)
- **Cell Matching**: Optimize by capacity (mAh) and internal resistance (mΩ)
- **Multiple Algorithms**:
- Genetic Algorithm (fast, recommended)
- Simulated Annealing (good for escaping local minima)
- Exhaustive Search (optimal for small configurations)
- **Surplus Cell Support**: Use more cells than needed; the algorithm selects the best subset
- **Live Progress**: Watch the optimization in real-time