optimization_engine 0.4.0-alpha

A pure Rust framework for embedded nonconvex optimization. Ideal for robotics!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
%SETUP_OPEN should be executed once to set up the Optimization Engine
%toolbox.
%

open_root_path = matlab_open_root();

open_matlab_path = fullfile(open_root_path, 'matlab');
addpath(genpath(open_matlab_path));

savepath;

fprintf('CONGRATULATIONS! You have successfully set up Optimization Engine\n');