Skip to content

Allow termination threshold in Adam search#3

Open
GregoryMorse wants to merge 1 commit into
itsoulos:masterfrom
GregoryMorse:patch-1
Open

Allow termination threshold in Adam search#3
GregoryMorse wants to merge 1 commit into
itsoulos:masterfrom
GregoryMorse:patch-1

Conversation

@GregoryMorse

Copy link
Copy Markdown

Positive iteration values indicate using the existing method, negative iteration values indicate using the termination threshold variant which is disabled

Positive iteration values indicate using the existing method, negative iteration values indicate using the termination threshold variant which is disabled
@GregoryMorse

Copy link
Copy Markdown
Author

Currently I've found the Adam optimizer too slow to be used due to the iterations not having early stopping. But the code for early stop is fully implemented just unreachable. A new parameter could be added, but negative iterations seems like a nice simple way to achieve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant