Replies: 1 comment
-
Check out how I exported the g-functions in this ghedt/ghedt/search_routines.py Lines 385 to 405 in 3a4ad15 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the best way to extract g-function (STS and LTS) and ln(t/ts) values for a particular solution of the bisection search?
For example, I have this:
I see that the
ghe
variable (which looks like it is an instance of theGFunction
class) hasself.g_lts
andself.log_time
member variables. And theBaseGHE
class hascombine_sts_lts
andgrab_g_function
methods.What do you recommend?
Beta Was this translation helpful? Give feedback.
All reactions