Asbjørn Nilsen Riseth
Asbjørn Nilsen Riseth
I have come over a problem that depends on whether DataFrames decides that my column is of type `Array{Union{Int64, Missings.Missing},1}` or `DataArrays.DataArray{Int64,1}`. Dividing such arrays by an `Int` results in...
Moved from README.md: - For 3 objectives or more: Make it possible to have different spacing in the components of $\beta$
Moved from README.md. References: - http://epubs.siam.org/doi/abs/10.1137/060672029 - https://books.google.co.uk/books?id=IXsvG2DcbsAC
Moved from README.md: - Add objective `t` before the individual optimisations? * Then we can warm-start the NBI subproblems after the individual runs? * It seemed to cause an issue...
Moved from README.md: - Add bounds on the MultiObjective type (So we can ask to only search over subset of pareto front ) * __This seems to be causing problems...
Add the possibility to add penalty terms. Useful if the user wants to control constraint-violation themselves.
I've added the dexpr function of DistMesh using SymPy
The new NDifferentiableConstraints objects introduced in #38 should also get an API for caching and calling `value!` et al. This would improve some of the code in IPNewton, and make...