Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.12 KB

Maple Code Generator

Introduction

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.

Installation

From Maple 2017 or later

  • 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"
  • Go to here on maple.cloud
  • Download the package
  • Execute the overview worksheet in Maple 2017 or later

From this repository