Skip to content

General updates #264

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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

General updates #264

wants to merge 11 commits into from

Conversation

ChrisRackauckas
Copy link
Member

No description provided.

ChrisRackauckas and others added 10 commits January 21, 2025 14:11
- Fix nlopt_test.jl: Change maxeval from 100 to 10000 (was 100 - 000)
- Fix multiple_shooting_objective_test.jl: Increase BFGS maxiters from 500 to 10000

These low iteration counts were likely causing test failures due to insufficient convergence.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- blackboxoptim_test.jl: Increase MaxSteps from 11e3 to 50e3 for 4-parameter optimization
- weighted_loss_test.jl: Add maxeval\!(opt, 10000) for NLopt optimization

These tests were still failing due to insufficient iterations for convergence.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Generate separate test data (data2, data3) for prob2 and prob3
- Update all tests to use correct data for each problem
- Add random seed for reproducible test data
- Increase BBO iterations for better convergence

This fixes the issue where all parameter estimation tests were using
data generated from prob1, causing incorrect parameter estimation for
prob2 and prob3.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
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

Successfully merging this pull request may close these issues.

1 participant