Free cookie consent management tool by TermsFeed Policy Generator

Opened 6 years ago

Last modified 6 years ago

#2913 accepted feature request

Implement MATLAB script problem instance provider

Reported by: rhanghof Owned by: rhanghof
Priority: medium Milestone: HeuristicLab 3.3.x Backlog
Component: Problems.Instances Version: branch
Keywords: Cc:

Description

A problem instance provider should be implemented that is similar to the CSV File provider for regression problems, but which executes a MATLAB script and allows the user to choose the variables that should be used for modeling.

Change History (7)

comment:1 Changed 6 years ago by rhanghof

  • Status changed from new to accepted

comment:2 Changed 6 years ago by rhanghof

  • Version set to branch

comment:3 Changed 6 years ago by rhanghof

r15912:

  • Added a RegressionInstanceProvider for Matlab instances.
  • Added an import dialog for importing Matlab data.
  • Added some classes which represents different Matlab specific datatypes.
  • Added a Matlab connector which contains a set of commands for interacting with the Matlab bridge.

comment:4 Changed 6 years ago by rhanghof

r15919: The import does now work with Matlab timeseries datatypes.

comment:5 Changed 6 years ago by rhanghof

r15926:

  • Added the support for importing different Matlab datatypes.
  • Added some classes and changed the import dialog for importing double arrays.

comment:6 Changed 6 years ago by rhanghof

r15958:

  • Enhancements on the RegressionMatlabImportDialog
  • Added a new text formater SymbolicDataAnalysisExpressionMATLABFunctionFormatter

comment:7 Changed 6 years ago by rhanghof

r15988: Added a new symbolic data expression formater for C code

Note: See TracTickets for help on using tickets.