Tags: PSORLab/SourceCodeMcCormick.jl
Tags
[Diff since v0.4.1](v0.4.1...v0.5.0) - The methodology for how generated functions work, and how they are written, has changed. The main user-facing function is now `kgen`. This change is not breaking in the sense that `fgen` still exists as a legacy option, but `kgen` should be used in almost every case. **Merged pull requests:** - Minor fgen fixes (#11) (@RXGottlieb) - Added `kgen` (#12) (@RXGottlieb) - Update Project.toml (#13) (@RXGottlieb) - Update README.md (#14) (@RXGottlieb)
[Diff since v0.4.0](v0.4.0...v0.4.1) **Merged pull requests:** - Bug fixes in README (#9) (@RXGottlieb) - Bug fixes (#10) (@RXGottlieb) **Closed issues:** - Make this into an actual package? (#2) - Test out transformed function speed (#5)
[Diff since v0.3.1](v0.3.1...v0.4.0) **Merged pull requests:** - Add Subgradients and Automated Function Writing (#7) (@RXGottlieb)