Skip to content

Split the Solver class into prepare_step and solve_step. - #2354

Open
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_962100892
Open

Split the Solver class into prepare_step and solve_step. #2354
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_962100892

Conversation

@copybara-service

@copybara-service copybara-service Bot commented Aug 11, 2026

Copy link
Copy Markdown

Split the Solver class into prepare_step and solve_step.

Previously, the adaptive time-step backtracking ran the entire solver for each attempt. This meant time-step independent computations (like calculating coefficients at time t using QLKNN) were repeated redundantly.

@copybara-service
copybara-service Bot force-pushed the test_962100892 branch 3 times, most recently from fd7039e to 7499c73 Compare September 8, 2026 09:28
Previously, the adaptive time-step backtracking ran the entire solver for each attempt. This meant time-step independent computations (like calculating coefficients at time t using QLKNN) were repeated redundantly.

PiperOrigin-RevId: 962100892
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