Skip to main content

Module policy_iteration

Module policy_iteration 

Source
Expand description

Backward-compatible re-export of the finite difference solver.

The implementation has moved to super::finite_difference. This module re-exports all public items so that existing use paths continue to work.

Re-exportsยง

pub use super::finite_difference::solver::*;