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

Maximum iteration reached during the CCD descent #8

Open
edwardsun opened this issue Oct 22, 2024 · 1 comment
Open

Maximum iteration reached during the CCD descent #8

edwardsun opened this issue Oct 22, 2024 · 1 comment

Comments

@edwardsun
Copy link

edwardsun commented Oct 22, 2024

Hi,

Thanks for the project. It works great.
I do have a question. Sometimes I encounter this issue:

{/usr/local/lib/python3.12/site-packages/pyrb/solvers.py:143} [INFO]: Maximum iteration reached during the CCD descent: 5000
Is there any reason?
Can we specify some parameters somewhere to limit iterations to 100, and anothe param to ignore or error out in case limit is reached?
Thanks a lot

@jcrichard
Copy link
Owner

Hi

This is not an error. It tells that the number maximum of iteration has been reached. So you might not be at the optimal solution. You can increase the number of iteration or decrease the precision of the convergence parameter.

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