Skip to content

ncg, lbfgs, tn: create test for poblano_linesearch warning #4

@dmdunla

Description

@dmdunla

In each of these methods, there is a check on the result of poblano_linesearch:

    if (lsinfo ~= 1) && strcmp(params.Results.Display, 'iter')
        fprintf(1,[mfilename,': line search warning = %d\n'],lsinfo);
    end

There are no tests for this case. A function should be identified where this case is executed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    testingIssues associated with testing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions