|
5c82a5e1fa
|
0.4 WIP
|
2023-11-18 22:29:59 +03:00 |
|
|
ea887b8c72
|
0.4 WIP
|
2023-11-01 08:55:47 +03:00 |
|
|
dd3d38490a
|
[WIP] refactor features to attributes
|
2023-09-13 09:00:56 +03:00 |
|
|
5196322b7a
|
Update integration to use Attributes
|
2023-08-13 19:13:39 +03:00 |
|
|
67994d35d9
|
Merge branch 'dev' into dev-0.4
# Conflicts:
# CHANGELOG.md
# build.gradle.kts
# examples/src/main/kotlin/space/kscience/kmath/operations/mixedNDOperations.kt
# kmath-commons/src/main/kotlin/space/kscience/kmath/commons/linear/CMMatrix.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/linear/Float64LinearSpace.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/linear/LupDecomposition.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/nd/Float64FieldND.kt
# kmath-geometry/src/commonMain/kotlin/space/kscience/kmath/geometry/euclidean2d/Circle2D.kt
# kmath-geometry/src/commonMain/kotlin/space/kscience/kmath/geometry/euclidean2d/Float64Space2D.kt
# kmath-geometry/src/commonMain/kotlin/space/kscience/kmath/geometry/euclidean3d/Float64Space3D.kt
# kmath-geometry/src/commonMain/kotlin/space/kscience/kmath/geometry/vectorPrecision.kt
# kmath-nd4j/src/main/kotlin/space/kscience/kmath/nd4j/Nd4jTensorAlgebra.kt
# kmath-tensorflow/src/main/kotlin/space/kscience/kmath/tensorflow/DoubleTensorFlowAlgebra.kt
# kmath-tensors/src/commonMain/kotlin/space/kscience/kmath/tensors/core/DoubleTensorAlgebra.kt
# kmath-tensors/src/commonMain/kotlin/space/kscience/kmath/tensors/core/IntTensorAlgebra.kt
# kmath-viktor/src/main/kotlin/space/kscience/kmath/viktor/ViktorFieldOpsND.kt
|
2023-08-12 21:38:43 +03:00 |
|
|
19bebfd1ed
|
Finish naming change
|
2023-08-12 11:21:59 +03:00 |
|
|
62f1c59d73
|
Fix Median statistics. Update algebra naming. Add integer fields
|
2023-08-12 10:46:43 +03:00 |
|
|
976714475e
|
levenbergMarquardt cleanup
|
2023-07-28 20:56:31 +03:00 |
|
|
1e2a8a40e5
|
levenbergMarquardt cleanup
|
2023-07-28 20:39:05 +03:00 |
|
|
cfac7ecffc
|
Merge branch 'dev' into dev-0.4
|
2023-07-28 12:02:17 +03:00 |
|
|
c0a7cff1d8
|
Merge branch 'dev' into dev-0.3.2
# Conflicts:
# build.gradle.kts
# gradle/wrapper/gradle-wrapper.properties
# kmath-core/build.gradle.kts
# kmath-tensors/build.gradle.kts
|
2023-06-11 09:10:31 +03:00 |
|
Margarita Lashina
|
ef4335bc41
|
use function types for input func
|
2023-06-07 15:24:01 +03:00 |
|
Margarita Lashina
|
f91b018d4f
|
add assertEquals to middle and difficult test
|
2023-06-07 07:24:47 +03:00 |
|
Margarita Lashina
|
346e2e97f2
|
add minor fixes
|
2023-06-07 06:14:05 +03:00 |
|
Margarita Lashina
|
0655642933
|
add documentation to the main function levenbergMarquardt
|
2023-06-07 06:00:58 +03:00 |
|
Margarita Lashina
|
e8dafad6c5
|
the input data is placed in a separate class, to which the documentation is written
|
2023-06-07 05:25:32 +03:00 |
|
Margarita Lashina
|
162e37cb2f
|
removed extra comments, unnecessary variables, renaming variables and secondary functions
|
2023-06-07 02:52:00 +03:00 |
|
Margarita Lashina
|
cac5b513f3
|
made class for settings private and removed settings as input from a custom function
|
2023-06-07 01:55:38 +03:00 |
|
Margarita Lashina
|
0c7f5697da
|
add documentation for enum TypeOfConvergence
|
2023-06-07 00:50:27 +03:00 |
|
Margarita Lashina
|
1ed40cd8ce
|
fix problem with imports
|
2023-06-06 20:43:59 +03:00 |
|
Margarita Lashina
|
963e14b00a
|
move enums
|
2023-06-06 20:07:42 +03:00 |
|
Margarita Lashina
|
c017d58265
|
Merge remote-tracking branch 'origin/dev' into dev
|
2023-06-06 01:42:57 +03:00 |
|
Margarita Lashina
|
8d81d2d8d5
|
move lm-algorithm from DoubleTensorAlgebra as extension
|
2023-06-06 01:41:08 +03:00 |
|
Margarita
|
f65a463773
|
Merge branch 'dev' into dev
|
2023-06-06 00:56:12 +03:00 |
|
Margarita Lashina
|
47600dff23
|
tests changed
|
2023-06-06 00:39:19 +03:00 |
|
Margarita Lashina
|
1afb0d0a4c
|
fixed time for js tests for lm
|
2023-05-29 15:13:13 +03:00 |
|
Margarita Lashina
|
33cb317cee
|
added examples and tests
|
2023-05-28 23:07:01 +03:00 |
|
Margarita Lashina
|
a18fa01100
|
added parameter check in tests
|
2023-05-26 21:53:50 +03:00 |
|
|
378180ba09
|
Pre-release fixes
|
2023-05-12 20:57:55 +03:00 |
|
Margarita Lashina
|
cfe8e9bfee
|
done TODOs, deleted prints and added type of convergence to output of lm
|
2023-05-07 21:34:20 +03:00 |
|
Margarita Lashina
|
64e563340a
|
fixed error for chi_sq and added more complete output for lm
|
2023-05-07 17:26:59 +03:00 |
|
Margarita Lashina
|
b526f9a476
|
added Levenberg-Marquardt algorithm + test
|
2023-05-04 20:05:32 +03:00 |
|
Margarita Lashina
|
89a5522144
|
added new svd algorithm (Golub Kahan) and used by default for svd
|
2023-05-04 00:44:18 +03:00 |
|
Margarita Lashina
|
19c1af1874
|
added helper functions for levenberg-marquardt algorithm
|
2023-05-03 21:25:30 +03:00 |
|
Margarita Lashina
|
10f84bd630
|
added function solve
|
2023-05-03 21:14:29 +03:00 |
|
|
cdfddb7551
|
Explicit mutability for StructureND builders
|
2023-04-21 12:41:46 +03:00 |
|
|
ce388fed44
|
Move annotations to base package. Fix series
|
2023-04-07 19:55:34 +03:00 |
|
|
db30913542
|
Move to build tools 0.14
|
2023-02-03 19:32:53 +03:00 |
|
|
cff563c321
|
Major tensor refactoring
|
2022-11-05 16:14:23 +03:00 |
|
|
ee569b85f8
|
Safe shapes
|
2022-10-14 13:05:39 +03:00 |
|
|
b0abcf2d0c
|
Safe shapes
|
2022-10-14 12:47:57 +03:00 |
|
|
89d0cbc7ea
|
Refactoring and optimization of tensorAlgebra
|
2022-09-30 11:34:44 +03:00 |
|
|
b602066f48
|
Change the default strides and unify strides processing
|
2022-09-27 16:57:06 +03:00 |
|
|
d70389d2e6
|
Fix after series merge
|
2022-09-26 16:47:38 +03:00 |
|
|
6bf8d9d325
|
Naming refactoring
|
2022-09-26 13:08:49 +03:00 |
|
|
20886d6f6b
|
Global refactor of tensors
|
2022-09-11 17:10:26 +03:00 |
|
|
b5d04ba02c
|
Global refactor of tensors
|
2022-09-11 15:27:38 +03:00 |
|
|
3729faf49b
|
Rename Tensor::get to Tensor::getTensor to avoid name clash.
|
2022-09-05 23:24:01 +03:00 |
|
|
a9821772db
|
Move power to ExtendedFieldOps
|
2022-09-05 22:08:35 +03:00 |
|
|
5042fda751
|
Int Tensor Algebra implementation
|
2022-09-05 16:30:39 +03:00 |
|