SoleBase.jl architectural design
ferdiu opened this issue · 0 comments
ferdiu commented
SoleBase
must consist of three main modules:
SoleData
: defining data types and their interfaces;SoleLogics
: defining logics and their interfaces;SoleModels
: defining models and their interfaces.
Each module has to be divided in sub-modules.
At this moment the division is provided just for SoleData
in:
SoleDataset
: defining dataset types and their interfaces;SoleType
: defining types to represent data and their interfaces.