fix readme
This commit is contained in:
@ -8,7 +8,7 @@ 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**:
|
||||
- **Matching Algorithm**:
|
||||
- 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
|
||||
@ -77,7 +77,7 @@ lixx_cell_pack_matcher/
|
||||
│ └── styles.css # Application styles
|
||||
├── js/
|
||||
│ ├── app.js # Main application logic
|
||||
│ └── matching-algorithms.js # Matching algorithms
|
||||
│ └── matching-workers.js # Matching algorithms
|
||||
├── data/
|
||||
│ └── favicon.svg # Application icon
|
||||
├── README.md # This file
|
||||
|
||||
Reference in New Issue
Block a user