close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Mar 16, 2011, 7:56:58 PM (15 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v6
|
v7
|
|
| 8 | 8 | == Kernel == |
| 9 | 9 | |
| 10 | | 1. Less '''Crashes''': The number of fatal crashes has been reduced and when happen, system |
| | 10 | 1. '''Crashes''': The number of fatal crashes has been reduced and when happen, system |
| 11 | 11 | gives more information about the problem wich can be avoided or solved more easily. |
| 12 | | 1. Less '''Memory leaks''': Now TOL have almost none significative memory leak, even along |
| | 12 | 1. '''Memory leaks''': Now TOL have almost none significative memory leak, even along |
| 13 | 13 | large and complex process like bayesian simulations. |
| 14 | | 1. [wiki:TolOop Object Oriented Programing (OOP)] |
| 15 | | 1. [wiki:TolPackageRulesAndComments TOL packages] |
| 16 | | 1. [wiki:LoadDynLib Dynamic linkage of C++ binary libraries] |
| 17 | | 1. Embeding C/C++ in TOL |
| 18 | | 1. Macro {{{#Embed}}}: Inserts the TOL code of a file in another one avoiding some |
| | 14 | 1. '''OOP''': [wiki:TolOop Object Oriented Programing] |
| | 15 | 1. '''TPR''': [wiki:TolPackageRulesAndComments TOL packages and repositories] |
| | 16 | 1. '''LoadDynLib''': [wiki:LoadDynLib Dynamic linkage of C++ binary libraries] |
| | 17 | 1. '''TolCint''': Embeding C/C++ in TOL to speed some large cycles. |
| | 18 | 1. '''#Embed''': Inserts the TOL code of a file in another one avoiding some |
| 19 | 19 | problems in parsing with structures that are not recognized using {{{Include}}} function |
| 20 | | 1. Profiling tools |
| 21 | 20 | |
| | 21 | == Tools for large TOL objects == |
| 22 | 22 | |
| 23 | | === Indexed sets === |
| 24 | | |
| 25 | | === NameBlock === |
| | 23 | 1. '''NameBlock''': Solved some problems about copying and reassigning objects and members. |
| | 24 | 1. '''Indexed sets''': |
| | 25 | 1. new functions Append, Remove and Replace to handle with indexed (or not) sets. |
| | 26 | 1. HashMap: Handling and storing generic hashed mapping data using internal index by name features of set |
| | 27 | 1. MatEncode: Encoding cualitative and cuantitive data using matrices |
| | 28 | 1. MatQuery: Sorting, selecting and classifying matrix data. |
| | 29 | |
| 26 | 30 | |
| 27 | 31 | == Numerical methods and models == |
| 28 | 32 | |
| 29 | | === Bayesian Sparse Regression (BSR) === |
| | 33 | 1. BysMcmc: Bayesian Sparse Regression (BSR) |
| | 34 | 1. Generalized linear weighted regressions with GrzLinModel (Normal, Poisson, ...) and QltvRespModel (Logit and Probit regressions) |
| | 35 | 1. Constrained real optimization with NonLinGloOpt and TolIpopt |
| | 36 | 1. Interpolation and aproximation of scalar and vectorial functions |
| | 37 | 1. MatQuery: K-Nearest Neighbor Searching |
| | 38 | 1. MatQuery: Delaunay 2D-Triangulation |
| 30 | 39 | |
| 31 | 40 | == Data tools == |
| 32 | 41 | |
| 33 | | === ASCII files === |
| 34 | | |
| 35 | | === OIS === |
| 36 | | |
| 37 | | === Database === |
| 38 | | |
| 39 | | === Excel === |
| 40 | | |
| | 42 | 1. ASCII files: |
| | 43 | 1. OIS: |
| | 44 | 1. Database: |
| | 45 | 1. Excel: Reading data from binary '.xls' workbooks with ImportExport::@Excel |
| | 46 | 1. GIS: Writing Google Earth KML geographic data with GisTools::@KML. |
| | 47 | 1. Public data packages |
| 41 | 48 | |
| 42 | 49 | == Interface == |
| 43 | 50 | |
| | 51 | 1. GuiTools: Graphical User Interface tool automated for class instances programmed in TOL. |
| | 52 | 1. @MenuDesc : Graphical contextual menus |
| | 53 | 1. @MultiDimSelect: Multiple selection boxes |
| 44 | 54 | |
| | 55 | |