Maple Code Generator (MCG) is a set of tools to build numerical optimization algorithms in Maple. The existing solvers include gradient descent and Newton's method. You can generate code for the generated algorithm in other programming languages such as C, C#, Fortran, Java, JavaScript, Julia, MATLAB, Perl, Python, R and Visual Basic using the CodeGeneration package of Maple.
- Open the MapleCloud pallette
- Select "packages"
- Find "MapleCodeGenerator" in the list
- Right click and select "Install Package"
- To open the workbook, right click and select "Open"
From maple.cloud
- Go to here on maple.cloud
- Download the package
- Execute the overview worksheet in Maple 2017 or later
- git clone https://github.com/SymbolicNMPC/MapleCodeGenerator.git
- cd MapleCodeGenerator\src
- build
- cd ..\build
- install