Skip to content

NelderMeadSweeper has unmet dependency to "ldrandpl" sweeper #733

Closed
@eerhardt

Description

@eerhardt

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

Activity

codemzs

codemzs commented on Jun 30, 2019

@codemzs
Member

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

ghost locked as resolved and limited conversation to collaborators on Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @codemzs@eerhardt

        Issue actions

          NelderMeadSweeper has unmet dependency to "ldrandpl" sweeper · Issue #733 · dotnet/machinelearning