Opened 7 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 7 years ago by rhanghof
- Status changed from new to accepted
comment:2 Changed 7 years ago by rhanghof
- Version set to branch
comment:3 Changed 7 years ago by rhanghof
comment:4 Changed 7 years ago by rhanghof
r15919: The import does now work with Matlab timeseries datatypes.
comment:5 Changed 7 years ago by rhanghof
- 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
- 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.
r15912: