Skip to content
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

missing maxitmess.m #1

Open
drvoneinzbern opened this issue Oct 8, 2015 · 1 comment
Open

missing maxitmess.m #1

drvoneinzbern opened this issue Oct 8, 2015 · 1 comment

Comments

@drvoneinzbern
Copy link

Hi,

it seems that the maxitmess function is add in the release 3.3:

"maxitmess- Create a standard error message when training reaches max. iterations. "

but it didn't appear in the repo.

Cheers,
David

@adamian
Copy link

adamian commented Oct 8, 2015

Hi David,

The missing function is very simple:

    function s = maxitmess()
    s = 'Maximum number of iterations has been exceeded';

I suggest you leave the issue open until the function is added properly (with the comments etc), but adding it locally from the code above should work for you in the meanwhile.

Cheers,
Andreas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants