Closed
Description
The NelderMeadSweeper has a default FirstBatchSweeper
set to ldrandpl
. However, that component is not found in the dotnet/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 to dotnet/machinelearning
.
/cc @TomFinley
Activity
codemzs commentedon Jun 30, 2019
We don;t have sweepers in the repo as of today.