Skip to content

PlateauTerminator Use and calling #110

Answered by halx
nitishranalkar asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

many thanks for your interest in REINVENT and welcome to the community!

You would just simply set termination in each stage to PlateauTerminator. I would, however, not really recommend using this as it is a rather simplistic approach and makes naive assumptions. Basically it remembers the last 10 data points and uses those to estimate if the fitted slope is below a certain threshold i.e. if a plateau has been found. There is no guarantee that the total score shows asymptotic behaviour.

The only other option we have at the moment is to terminate (or transition to the next stage) if a simple score threshold (max_score) is exceeded. It is not trivial to come up with a well-defined criter…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by halx
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants