DiffEqParamEstim.jl icon indicating copy to clipboard operation
DiffEqParamEstim.jl copied to clipboard

Easy scientific machine learning (SciML) parameter estimation with pre-built loss functions

Results 25 DiffEqParamEstim.jl issues
Sort by recently updated
recently updated
newest added

BlackBoxOptim and Evolutionary have upgraded to Julia v.06. BlackBoxOptim_test is running fine but generic_algorithm_test is throwing the following error: WARNING: deprecated syntax "typealias Strategy Dict{Symbol,Any}" at C:\Users\Denis\.julia\v0.6\Evolutionary\src\Evolutionary.jl:22. Use "const Strategy...

[This paper](http://onlinelibrary.wiley.com/doi/10.1111/j.1467-9868.2007.00610.x/abstract) suggest an approach which is based on a modification of data smoothing methods. This result in the interval estimates for the parameters given the noisy data. This is...

Update the workflows in this repository to use SciML's reusable workflows. This is part of a larger effort to standardize the SciML's CI workflows for more generic and common requirements,...

This pull request changes the compat entry for the `OptimizationBBO` package from `0.1, 0.2` to `0.1, 0.2, 0.3` for package docs. This keeps the compat entries for earlier versions. Note:...