Viewing Issues (1 - 50 / 494)
[ Print Reports ] [ CSV Export ]
|
[ First Prev 1 2 3 4 5 6 7 8 9 10 Next Last ]
|
| | P | ID | # | Category | Severity | Status | Updated | Summary |
|
| | | 0000588 | | Linear algebra | feature | resolved (SergeyB) | 2014-02-12 | IMPLEMENTED: additional sparse matrix functions |
| | | 0000590 | | Linear algebra | feature | resolved (SergeyB) | 2014-02-05 | IMPLEMENTED: Cholesky updates (rank-1, fixing variables) |
| | | 0000585 | | Linear algebra | feature | resolved (SergeyB) | 2014-01-16 | IMPLEMENTED: additional sparse conversion functions |
| | | 0000584 | | Linear algebra | feature | resolved (SergeyB) | 2014-01-16 | IMPLEMENTED: skyline (SKS) sparse matrix storage format |
| | | 0000574 | | General | feature | resolved (SergeyB) | 2013-10-25 | IMPLEMENTED: C# interface to high performance native core |
| | | 0000575 | | General | feature | resolved (SergeyB) | 2013-10-25 | IMPLEMENTED: prototype of ALGLIB-MKL interface |
| | | 0000569 | | General | minor | resolved (SergeyB) | 2013-10-24 | FIXED: non-ANSI characters in comments |
| | | 0000563 | | General | tweak | resolved (SergeyB) | 2013-10-24 | FIXED: incompatibility with recent versions of BCB |
| | | 0000570 | | Optimization | minor | resolved (SergeyB) | 2013-10-14 | FIXED: MinBLEIC optimizer hangs |
| | | 0000512 | | Data analysis | feature | assigned (SergeyB) | 2013-10-05 | Parallel clustering k-means |
| | | 0000547 | | General | minor | resolved (SergeyB) | 2013-09-12 | FIXED: name conflict with some math libraries |
| | | 0000503 | | Optimization | tweak | resolved (SergeyB) | 2013-07-24 | IMPLEMENTED: uphill steps in BLEIC optimizer |
| | | 0000539 | | Optimization | feature | resolved (SergeyB) | 2013-07-22 | IMPLEMENTED: new QP solver (QP-BLEIC) |
| | | 0000534 | | Solvers | text | resolved (SergeyB) | 2013-07-15 | FIXED: minor fix in documentation on RMatrixSolveLS |
| | | 0000528 | | General | minor | resolved (SergeyB) | 2013-07-15 | FIXED: memory leak in shared pool and smart pointer (C++) |
| | | 0000478 | | General | feature | resolved (SergeyB) | 2013-07-15 | IMPLEMENTED: refactoring of high-quality random numbers generator |
| | | 0000538 | | Fast transforms | feature | resolved (SergeyB) | 2013-07-11 | IMPLEMENTED: improved FFT |
| | | 0000537 | | Data analysis | feature | resolved (SergeyB) | 2013-07-10 | IMPLEMENTED: parallel training of neural ensembles |
| | | 0000536 | | Data analysis | feature | resolved (SergeyB) | 2013-07-10 | IMPLEMENTED: parallel cross-validation for neural networks |
| | | 0000535 | | Data analysis | feature | resolved (SergeyB) | 2013-07-10 | IMPLEMENTED: parallel training of neural network |
| | | 0000531 | | Data analysis | feature | resolved (SergeyB) | 2013-06-27 | IMPLEMENTED: better weight initialization for MLP's |
| | | 0000524 | | Interpolation | minor | resolved (SergeyB) | 2013-06-07 | FIZED: possible division by zero in estimator for errors-in-parameters |
| | | 0000523 | | Interpolation | feature | resolved (SergeyB) | 2013-06-07 | IMPLEMENTED: Akima spline for N<5 |
| | | 0000505 | | General | minor | resolved (SergeyB) | 2013-05-21 | FIXED: minor bug in the implementation of proxy array/matrix object |
| | | 0000522 | | Data analysis | feature | resolved (SergeyB) | 2013-05-14 | IMPLEMENTED: parallel hierarchical clustering |
| | | 0000518 | | Statistics | tweak | resolved (SergeyB) | 2013-05-14 | FIXED: minor bug in Student's t-test |
| | | 0000504 | | Statistics | major | resolved (SergeyB) | 2013-05-13 | FIXED: minor bug in the sign test (two sided alternative) |
| | | 0000521 | 1 | General | minor | resolved (SergeyB) | 2013-05-13 | FIXED: stack overflow in kd-tree construction routine |
| | | 0000516 | | Statistics | feature | resolved (SergeyB) | 2013-04-25 | IMPLEMENTED: ranking functionality |
| | | 0000513 | | Statistics | feature | resolved (SergeyB) | 2013-04-25 | IMPLEMENTED: parallel correlation/covariation functions |
| | | 0000510 | | Linear algebra | minor | resolved (SergeyB) | 2013-04-04 | IMPLEMENTED: parallel linear algebra functions (real/complex TRSM, GEMM, SYRK) |
| | | 0000469 | | Linear algebra | feature | resolved (SergeyB) | 2013-04-04 | IMPLEMENTED: efficient basecase GEMM code for C# |
| | | 0000502 | | Optimization | tweak | resolved (SergeyB) | 2013-01-17 | INCOMPATIBLE: MinBLEICSetCond() replaces three other functions from MinBLEIC |
| | | 0000438 | | Optimization | feature | resolved (SergeyB) | 2013-01-14 | IMPLEMENTED: refactoring of the BLEIC optimizer |
| | | 0000480 | | Data analysis | feature | resolved (SergeyB) | 2012-12-06 | IMPLEMENTED: neural network improvements |
| | | 0000474 | | Data analysis | feature | resolved (SergeyB) | 2012-11-27 | IMPLEMENTED: k-means clustering was merged with new clustering unit |
| | | 0000499 | | General | feature | resolved (SergeyB) | 2012-11-27 | DOCS: added important information on support for very large arrays in NET 4.5 |
| | | 0000493 | | Statistics | minor | resolved (SergeyB) | 2012-11-21 | FIXED: bug in Student t-tests |
| | | 0000495 | | Solvers | feature | resolved (SergeyB) | 2012-11-21 | IMPLEMENTED: automatic diagonal precondtitioner for linear CG and LSQR solvers |
| | | 0000470 | | Interpolation | feature | resolved (SergeyB) | 2012-10-30 | IMPLEMENTED: linear/nonlinear least squares solvers (lsfit subpackage) now report errors in the coefficients |
| | | 0000467 | | Data analysis | feature | resolved (SergeyB) | 2012-10-24 | IMPLEMENTED: hierarchical cluster analysis algorithm |
| | | 0000486 | 2 | Optimization | minor | resolved (SergeyB) | 2012-10-24 | FIXED: bug in the constraint activation/deactivation code of QP solver |
| | | 0000487 | | Data analysis | minor | resolved (SergeyB) | 2012-09-25 | FIXED: infinite loop in k-Means when called for degenerate data |
| | | 0000481 | 1 | Optimization | minor | assigned (SergeyB) | 2012-08-03 | minbleicrestartfrom(state, x) does not assign state.x |
| | | 0000462 | | Linear algebra | feature | resolved (Leo) | 2012-07-26 | IMPLEMENTED: sparse matrix improvements |
| | | 0000456 | | General | feature | assigned (SergeyB) | 2012-07-26 | Add support for NumPy arrays |
| | | 0000427 | | Optimization | feature | resolved (Leo) | 2012-07-05 | IMPLEMENTED: verification of the user-supplied gradient (LSFit, MinLM, MinBLEIC, MinCG, MinLBFGS) |
| | | 0000465 | | Interpolation | feature | resolved (Leo) | 2012-07-04 | IMPLEMENTED: 3D splines |
| | | 0000464 | | Interpolation | feature | resolved (Leo) | 2012-07-03 | IMPLEMENTED: vector-valued 2D splines |
| | | 0000455 | | Interpolation | tweak | resolved (SergeyB) | 2012-07-03 | FIXED: incorrect handling of multilayer RBF models without nonlinear layers |
|
[ First Prev 1 2 3 4 5 6 7 8 9 10 Next Last ]
|