You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit refines aspects of Moureze.py in the examples directory incorporating more data points, increasing refinement, and altering the backend used for processing. It decreases reliance on GPU and changes dtype from 'float64' to 'float32' for performance optimization and to reduce memory usage.
Additionally, references to a plugin 'gempy_plugins' were added to the optional-requirements.txt file to accommodate expanded functionality.
Lastly, in solver_interface.py, the backward propagation on the condition number is commented out, seemingly to avoid unnecessary computation.
0 commit comments