You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update Fishing example docs
* Adjust unit test of fishing example to test output values within tolerance
* Update Hanging Chain example docs
* Update Jennings example docs
* Added unit tests to examples (excluding pandemic control)
* Update tolerance to 1E-06
* Add InfiniteInterpolate with basic value function extension based on linear interpolation + test case
* Add argument so that interpolation method is user defined
* Add logic that throws an error for unsupported interpolation methods and handling for variables that don't rely on infinite parameters
* Added unit tests for catching irregular grid method errors and checking interpolated values
* Include InfiniteInterpolate test in runtests.jl
* Add InfiniteInterpolate with basic value function extension based on linear interpolation + test case
* Add argument so that interpolation method is user defined
* Add logic that throws an error for unsupported interpolation methods and handling for variables that don't rely on infinite parameters
* Added unit tests for catching irregular grid method errors and checking interpolated values
* Include InfiniteInterpolate test in runtests.jl
* Add docstring to InfiniteInterpolate ext & unit test for unsupported interpolation method error
* Add InfiniteInterpolate with basic value function extension based on linear interpolation + test case
* Add argument so that interpolation method is user defined
* Add logic that throws an error for unsupported interpolation methods and handling for variables that don't rely on infinite parameters
* Added unit tests for catching irregular grid method errors and checking interpolated values
* Include InfiniteInterpolate test in runtests.jl
* Add InfiniteInterpolate with basic value function extension based on linear interpolation + test case
* Added unit tests for catching irregular grid method errors and checking interpolated values
* Include InfiniteInterpolate test in runtests.jl
* Add docstring to InfiniteInterpolate ext & unit test for unsupported interpolation method error
* Add InfiniteInterpolate to Project.toml + use InfiniteInteprolate value func in hovercraft example + shorten doc string
* Change Ipopt to mock optimizer in InfiniteInterpolate test case
* Add semi-infinite, point, finite & derivative variables to InfiniteInterpolate test case
* Add a small example on using InfiniteInterpolate in docs > src > guide > result.md
* Add Interpolations.jl to [extras] and [targets] in Project.toml
* Move Interpolations.jl import statement from runtests.jl to InfiniteInterpolate test file
* Update results.md doc about type piracy issue with InfiniteInterpolate
* Change Matrix datatype -> Array in InfiniteInterpolate wrapper function
* Adjust documentation for InfiniteInterpolate in guide/result.md and Interpolations version in project.toml files
* Add orthogonal collocation points to InfiniteInterpolate test case
* Add degree + fallback functions to InfiniteInterpolate extension; update docs as necessary
* Adjust InfiniteInterpolate documentation
* Adjust make.jl to load in InfiniteInterpolate extension
* Adjust hyperlinks to InfiniteInterpolate extension in technical manual
* Simplify InfiniteInterpolate case in hovercraft example + InfiniteInterpolate documentation wording
* Get rid of if statements in InfiniteInterpolate code and better utilize multiple dispatch + update docs accordingly
* Add finite parameter unit test for InfiniteInterpolate case
* Break up code lines to be around 80 char limit
* Adjust line breaks in make.jl
* Uncomment unit tests in runtests.jl
---------
Co-authored-by: Joshua Pulsipher <[email protected]>
0 commit comments