Added MATLAB rewrite of the CARNOT optimisation function

This commit is contained in:
Radu C. Martin 2021-04-24 12:16:36 +02:00
parent adf4d0e02a
commit 7f9719cc64
15 changed files with 463 additions and 0 deletions

View file

@ -0,0 +1,10 @@
clear all
close all
clc
%%%%%%%%%%%%%%%%
%% Load the existing GP
addpath("../../Gaussiandome/Identification/Computation results/")
load("Identification_Validation.mat")
load("Gaussian_Process_models.mat")