We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The NelderMeadSweeper has a default FirstBatchSweeper set to ldrandpl. However, that component is not found in the dotnet/machinelearning repo.
FirstBatchSweeper
ldrandpl
dotnet/machinelearning
machinelearning/src/Microsoft.ML.Sweeper/Algorithms/NelderMead.cs
Lines 27 to 28 in 5e08fa1
https://github.com/dotnet/machinelearning/search?q=ldrandpl&unscoped_q=ldrandpl -- only returns a single result - the reference from NelderMeadSweeper.
We should find another default for this sweeper, or move the ldrandpl component to dotnet/machinelearning.
/cc @TomFinley
The text was updated successfully, but these errors were encountered:
We don;t have sweepers in the repo as of today.
Sorry, something went wrong.
No branches or pull requests
The NelderMeadSweeper has a default
FirstBatchSweeper
set toldrandpl
. However, that component is not found in thedotnet/machinelearning
repo.machinelearning/src/Microsoft.ML.Sweeper/Algorithms/NelderMead.cs
Lines 27 to 28 in 5e08fa1
https://github.com/dotnet/machinelearning/search?q=ldrandpl&unscoped_q=ldrandpl -- only returns a single result - the reference from NelderMeadSweeper.
We should find another default for this sweeper, or move the
ldrandpl
component todotnet/machinelearning
./cc @TomFinley
The text was updated successfully, but these errors were encountered: