mirror of
https://github.com/ANL-CEEESA/LLEPE.git
synced 2025-12-06 01:48:53 -06:00
Added r-squared printout to parity plot. Fixed default optimizer to detect number of dimensions and update bounds to match.
This commit is contained in:
12
README.md
12
README.md
@@ -1,5 +1,5 @@
|
||||
# REEPS
|
||||
REEPS is a toolkit for estimating standard thermodynamic parameters for Gibbs minimization.
|
||||
REEPS (Rare Earth Element Parameter Searcher) is a toolkit for estimating standard thermodynamic parameters for Gibbs minimization.
|
||||
Extend a methodology for estimating standard thermodynamic parameters for Gibbs minimization in multiphase, multicomponent separations systems
|
||||
|
||||
|
||||
@@ -23,4 +23,12 @@ $ pip install -e.
|
||||
REEPS uses packages: cantera (https://cantera.org/), pandas, numpy, scipy, xml, seaborn, and matplotlib
|
||||
|
||||
## Usage
|
||||
Do random stuff and pray.
|
||||
Check out examples in docs/examples
|
||||
```python
|
||||
from reeps import REEPS
|
||||
searcher = REEPS(**REEPS_parameters_dictionary)
|
||||
optimized_parameter_dictionary = searcher.fit()
|
||||
searcher.update_xml(optimized_parameter_dictionary)
|
||||
searcher.parity_plot()
|
||||
print(seacher.r_squared())
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user