lanl-ansi / Alpine.jl

A Julia/JuMP-based Global Optimization Solver for Non-convex Programs
https://lanl-ansi.github.io/Alpine.jl/latest/
Other
244 stars 39 forks source link

Merging jac0320/POD.jl to lanl-ansi/POD.jl #78

Closed jac0320 closed 6 years ago

jac0320 commented 6 years ago

@harshangrjn @kaarthiksundar @rb004f

So the jac0320/POD.jl contains all new features we have so far for research purposes. The roadmap can be captured at these PRs with jac0320/POD.jl. (https://github.com/jac0320/POD.jl/pulls?q=is%3Apr+is%3Aclosed)

As it is important to NOT to merge everything all together to lanl-ansi/POD.jl. A feasible solution is to re-code the steps and creat PRs at lanl-ansi/POD.jl, which can be some overhead when doing. Hence, I propose these PR steps for the ease of everyone. These PRs will be based on current jac0320/POD.jl development. Instead of an "all-together PR", it will gradually push major changes into lanl-ansi master.

That being said, we first refactor the variables -> then merge the new expression parsing (fewer bugs and strong structure) -> import new features -> finally merge jac0320/POD.jl for minor diffs.

Will this work?