Skip to content

NelderMeadSweeper has unmet dependency to "ldrandpl" sweeper #733

New issue

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

Closed
eerhardt opened this issue Aug 26, 2018 · 1 comment
Closed

NelderMeadSweeper has unmet dependency to "ldrandpl" sweeper #733

eerhardt opened this issue Aug 26, 2018 · 1 comment

Comments

@eerhardt
Copy link
Member

The NelderMeadSweeper has a default FirstBatchSweeper set to ldrandpl. However, that component is not found in the dotnet/machinelearning repo.

[Argument(ArgumentType.LastOccurenceWins, HelpText = "The sweeper used to get the initial results.", ShortName = "init")]
public SubComponent<ISweeper, SignatureSweeperFromParameterList> FirstBatchSweeper = new SubComponent<ISweeper, SignatureSweeperFromParameterList>("ldrandpl");

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

@codemzs
Copy link
Member

codemzs commented Jun 30, 2019

We don;t have sweepers in the repo as of today.

@codemzs codemzs closed this as completed Jun 30, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Mar 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants