Skip to content

Commit

Permalink
Merge branch 'NewStructure'
Browse files Browse the repository at this point in the history
Closes ALSETLab#35 issue

The commit on this branch have changes made to adress (a part of) issues ALSETLab#34 and ALSETLab#16
  • Loading branch information
janlav committed Mar 2, 2016
2 parents bb521d6 + 61431ac commit a3c6d5d
Show file tree
Hide file tree
Showing 64 changed files with 267 additions and 303 deletions.
276 changes: 0 additions & 276 deletions Sources/core/functions/rapid.m

This file was deleted.

File renamed without changes.
31 changes: 31 additions & 0 deletions rapid/Contents.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
% Rapid Parameter Identification Toolbox is a toolbox for automated parameter identification.
%
% RaPId core functions
% runRapidGui - Launches the Rapid Parameter Identification GUI
% rapid - the main function for running parameter identification - see at the end of this help text for function details
% setupRapid - Install the Rapid Parameter Identification Toolbox (run once)
%
% RaPId provided optimization algorithms:
% own_ga - A genetic algorithm that is used in RaPId
% own_pso - A particle swarm optimization algorithm used in RaPid
%
% Copyright 2015-2016 Luigi Vanfretti, Achour Amazouz, Maxime Baudette,
% Tetiana Bogodorova, Jan Lavenius, Tin Rabuzin, Giuseppe Laera,
% Francisco Gomez-Lopez
%
% The authors can be contacted by email: luigiv at kth dot se
%
% This file is part of Rapid Parameter Identification ("RaPId") Toolbox.
%
% RaPId is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
% RaPId is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU Lesser General Public License for more details.
%
% You should have received a copy of the GNU Lesser General Public License
% along with RaPId. If not, see <a href="matlab:web('http://www.gnu.org/licenses/')">http://www.gnu.org/licenses/</a>.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% <Rapid Parameter Identification is a toolbox for automated parameter identification>
% <Rapid Parameter Identification is a toolbox for automated parameter identification>
%
% Copyright 2015 Luigi Vanfretti, Achour Amazouz, Maxime Baudette,
% Tetiana Bogodorova, Jan Lavenius, Tin Rabuzin, Giuseppe Laera,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit a3c6d5d

Please sign in to comment.