Iaroslav Postovalov
|
d7a4228f5f
|
Add out variance to StructureND and some related types, make some unrelated changes
|
2021-05-20 19:57:55 +07:00 |
|
|
8a07140f7c
|
Minor piecewise rework
|
2021-05-19 22:35:06 +03:00 |
|
|
0898285542
|
Removed Any restriction on polynomials
|
2021-05-19 12:58:01 +03:00 |
|
Iaroslav Postovalov
|
e7235e2a9c
|
Merge pull request #341 from mipt-npm/feature/booleans
LogicAlgebra and its Boolean implementation, merge MST.Symbolic and Symbol
|
2021-05-19 07:36:36 +07:00 |
|
|
d45d44f96d
|
Fix Interpolation
|
2021-05-17 21:55:32 +03:00 |
|
|
53a6d3543f
|
[WIP] Interpolation fix
|
2021-05-17 16:53:12 +03:00 |
|
|
15d874fb06
|
Remove MST.Symbolic
Replace it by Symbol
LogicAlgebra
|
2021-05-16 19:53:21 +03:00 |
|
|
d1e76175b7
|
Refactor integrator API.
|
2021-05-16 14:09:21 +03:00 |
|
|
6f39b38a72
|
Refactor integrator API.
|
2021-05-16 13:59:37 +03:00 |
|
|
42d130f69c
|
Build tools update. Cleanup
|
2021-05-14 15:59:17 +03:00 |
|
|
7ce0829597
|
0.3.0-dev-8. Cleanup
|
2021-05-08 14:20:16 +03:00 |
|
|
e4e661a3bf
|
Update jupyter integration
|
2021-05-08 14:10:57 +03:00 |
|
Roland Grinis
|
21b5d45b96
|
Throwable value method
|
2021-05-07 14:13:07 +01:00 |
|
Roland Grinis
|
d73d03c055
|
valueOrNull added
|
2021-05-07 13:36:15 +01:00 |
|
Roland Grinis
|
0ef64130ae
|
TensorLinearStructure made internal
|
2021-05-07 13:00:30 +01:00 |
|
Roland Grinis
|
0920e21d62
|
Merging implementations together
|
2021-05-07 12:52:17 +01:00 |
|
Andrei Kislitsyn
|
1b1a078dea
|
neural network!
|
2021-05-07 03:22:34 +03:00 |
|
Andrei Kislitsyn
|
db5378c9f4
|
PCA example
|
2021-05-06 16:29:21 +03:00 |
|
Andrei Kislitsyn
|
d0281871fa
|
analytic tests and examples
|
2021-05-05 14:27:01 +03:00 |
|
Andrei Kislitsyn
|
ac6608b5b4
|
refactor
|
2021-05-01 20:45:23 +03:00 |
|
Andrei Kislitsyn
|
bfba653904
|
refactor
|
2021-05-01 17:47:12 +03:00 |
|
Roland Grinis
|
1695fc5075
|
Fix examples
|
2021-04-30 15:25:45 +01:00 |
|
Andrei Kislitsyn
|
09f0a2879e
|
refactor lu + docs
|
2021-04-30 11:08:22 +03:00 |
|
Roland Grinis
|
51f084d28b
|
merge PR
|
2021-04-28 17:07:10 +01:00 |
|
Andrei Kislitsyn
|
a0e9180db6
|
example with LUP
|
2021-04-28 18:18:57 +03:00 |
|
Roland Grinis
|
c2db3a23e1
|
Feedback for SVD
|
2021-04-26 16:24:26 +01:00 |
|
Andrei Kislitsyn
|
30ca333c04
|
OLS/SVD example
|
2021-04-26 17:27:50 +03:00 |
|
Iaroslav Postovalov
|
0a0d0af94a
|
Configure copyright scoping
|
2021-04-21 19:46:02 +07:00 |
|
Iaroslav Postovalov
|
b6a57dbfd0
|
MST compilation to WebAssembly with Binaryen, reorganize internal JS bindings, tests refactor
|
2021-04-21 19:17:57 +07:00 |
|
|
07e39a068d
|
Use split interval for integration.
|
2021-04-18 19:43:03 +03:00 |
|
|
8689d29e4c
|
Fix benchmarks
|
2021-04-16 22:43:10 +03:00 |
|
|
ef1200aad0
|
Update integration API
|
2021-04-16 16:39:27 +03:00 |
|
|
65a8d8f581
|
Field element integration
|
2021-04-16 15:50:33 +03:00 |
|
Iaroslav Postovalov
|
e9c31b7827
|
Merge branch 'master' into dev
# Conflicts:
# README.md
# build.gradle.kts
# examples/src/main/kotlin/space/kscience/kmath/stat/DistributionBenchmark.kt
# examples/src/main/kotlin/space/kscience/kmath/structures/ParallelRealNDField.kt
# kmath-ast/README.md
# kmath-ast/build.gradle.kts
# kmath-ast/src/commonMain/kotlin/space/kscience/kmath/ast/MstExpression.kt
# kmath-complex/README.md
# kmath-complex/build.gradle.kts
# kmath-complex/src/commonMain/kotlin/space/kscience/kmath/complex/ComplexNDField.kt
# kmath-core/README.md
# kmath-core/build.gradle.kts
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/expressions/MST.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/expressions/MstAlgebra.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/nd/RealNDField.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/structures/RealBufferField.kt
# kmath-coroutines/build.gradle.kts
# kmath-coroutines/src/commonMain/kotlin/space/kscience/kmath/chains/BlockingRealChain.kt
# kmath-coroutines/src/jvmMain/kotlin/space/kscience/kmath/structures/LazyNDStructure.kt
# kmath-dimensions/src/commonTest/kotlin/kscience/dimensions/DMatrixContextTest.kt
# kmath-for-real/README.md
# kmath-functions/README.md
# kmath-functions/src/commonMain/kotlin/space/kscience/kmath/interpolation/Interpolator.kt
# kmath-functions/src/commonMain/kotlin/space/kscience/kmath/interpolation/LoessInterpolator.kt
# kmath-functions/src/commonMain/kotlin/space/kscience/kmath/interpolation/XYPointSet.kt
# kmath-geometry/build.gradle.kts
# kmath-nd4j/README.md
# kmath-nd4j/build.gradle.kts
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/distributions/FactorizedDistribution.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/stat/Distribution.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/stat/Fitting.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/stat/OptimizationProblem.kt
# kmath-stat/src/jvmMain/kotlin/space/kscience/kmath/stat/distributions.kt
# kmath-viktor/src/main/kotlin/space/kscience/kmath/viktor/ViktorNDStructure.kt
|
2021-04-16 18:02:44 +07:00 |
|
Iaroslav Postovalov
|
41b7349a43
|
Setup copyright headers, add references to third-party files, update LICENSE
|
2021-04-16 00:15:00 +07:00 |
|
|
6cea5742e8
|
Blocking statistics. Move MST to core
|
2021-04-14 12:40:26 +03:00 |
|
Iaroslav Postovalov
|
cf91da1a98
|
Add pi and e constants, some unrelated changes
|
2021-04-05 23:44:42 +07:00 |
|
|
a91d468b74
|
Refactor Algebra and ExpressionAlgebra. Introduce bindSymbolOrNull on the top level
|
2021-04-01 21:27:30 +03:00 |
|
|
af4866e876
|
Refactor MST
|
2021-04-01 20:15:49 +03:00 |
|
|
c2bab5d138
|
Fix Samplers and distribution API
|
2021-04-01 18:18:54 +03:00 |
|
Iaroslav Postovalov
|
9ee506b1d2
|
Some experiments with MST rendering
|
2021-03-31 16:12:07 +07:00 |
|
Iaroslav Postovalov
|
9574099f9b
|
Fix post-merge issues
|
2021-03-31 02:24:21 +07:00 |
|
Iaroslav Postovalov
|
f26cad6d18
|
Merge branch 'dev' into feature/mp-samplers
# Conflicts:
# examples/src/main/kotlin/space/kscience/kmath/commons/fit/fitWithAutoDiff.kt
# examples/src/main/kotlin/space/kscience/kmath/stat/DistributionBenchmark.kt
# examples/src/main/kotlin/space/kscience/kmath/stat/DistributionDemo.kt
# kmath-commons/src/test/kotlin/space/kscience/kmath/commons/optimization/OptimizeTest.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/structures/Buffer.kt
# kmath-coroutines/src/commonMain/kotlin/kscience/kmath/chains/BlockingRealChain.kt
# kmath-stat/src/commonMain/kotlin/kscience/kmath/stat/SamplerAlgebra.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/stat/Distribution.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/stat/RandomChain.kt
# kmath-stat/src/jvmMain/kotlin/space/kscience/kmath/stat/distributions.kt
|
2021-03-31 01:48:26 +07:00 |
|
|
aeceb4a337
|
Move dataset to core
|
2021-03-19 14:53:14 +03:00 |
|
|
88d0c19a74
|
Refactor structure features. Basic curve fitting
|
2021-03-19 11:07:27 +03:00 |
|
|
a3ca06a241
|
Remove StructureND identity #248
|
2021-03-16 21:43:29 +03:00 |
|
|
206e4cbcf6
|
Real -> Double
|
2021-03-16 21:17:26 +03:00 |
|
|
05f742452d
|
Structure naming change
|
2021-03-16 20:56:20 +03:00 |
|
|
e01f90b5e0
|
add gradient example
|
2021-03-14 14:40:13 +03:00 |
|
|
5a568c4587
|
add gradient example
|
2021-03-14 14:23:53 +03:00 |
|
|
5e6f65a181
|
WIP Matrix refactor
|
2021-03-13 18:19:10 +03:00 |
|
|
9bc8e8fbf9
|
WIP vector space refactor
|
2021-03-12 22:52:18 +03:00 |
|
|
fe95c4e48e
|
Code review.
|
2021-03-10 18:20:23 +03:00 |
|
|
6a5ca2a115
|
Code review.
|
2021-03-10 18:02:04 +03:00 |
|
|
8ae8ebe871
|
Fully refactor algebra split ScaleOperations from Space.
|
2021-03-08 21:03:48 +03:00 |
|
|
6581f3dd8a
|
Cleanup
|
2021-02-19 13:38:32 +03:00 |
|
|
8485d28872
|
Change package name to space.kscience
|
2021-02-18 11:17:28 +03:00 |
|
Iaroslav Postovalov
|
d69a04bb6e
|
Merge branch 'dev' into feature/mp-samplers
|
2021-02-12 20:58:03 +07:00 |
|
Iaroslav Postovalov
|
cd96845c31
|
Discard a change
|
2021-02-09 18:12:35 +07:00 |
|
Iaroslav Postovalov
|
9210bc9198
|
Merge branch 'dev' into feature/mp-samplers
|
2021-02-06 23:12:16 +07:00 |
|
Iaroslav Postovalov
|
4f78286756
|
Fix after-merge problems
|
2021-01-30 17:19:46 +07:00 |
|
Iaroslav Postovalov
|
70c0b614a3
|
Merge branch 'dev' into feature/quaternion
# Conflicts:
# CHANGELOG.md
# examples/src/main/kotlin/kscience/kmath/operations/ComplexDemo.kt
# examples/src/main/kotlin/kscience/kmath/structures/ComplexND.kt
# kmath-complex/src/commonMain/kotlin/kscience/kmath/complex/ComplexNDField.kt
# kmath-core/src/commonMain/kotlin/kscience/kmath/structures/NDAlgebra.kt
# kmath-core/src/commonTest/kotlin/kscience/kmath/structures/NDFieldTest.kt
|
2021-01-29 17:00:57 +07:00 |
|
|
8a2f1586e2
|
suppress unused
|
2021-01-24 17:11:14 +03:00 |
|
|
aff7bbab41
|
Matrix performance optimization
|
2021-01-24 17:07:19 +03:00 |
|
|
3bbb39f30d
|
cleanup parallel field example
|
2021-01-24 10:26:56 +03:00 |
|
|
9829a16a32
|
Optimize Real NDField
|
2021-01-24 10:15:16 +03:00 |
|
|
1cb41f4dc2
|
Optimize Real NDField
|
2021-01-23 22:16:27 +03:00 |
|
Iaroslav Postovalov
|
9c77f8f02f
|
Remove incorrect lines
|
2021-01-24 01:59:42 +07:00 |
|
Iaroslav Postovalov
|
624460c52d
|
Merge branch 'dev' into feature/mp-samplers
# Conflicts:
# examples/src/main/kotlin/kscience/kmath/stat/DistributionBenchmark.kt
# kmath-core/src/commonMain/kotlin/kscience/kmath/structures/Structure2D.kt
|
2021-01-24 01:55:32 +07:00 |
|
|
332c04b573
|
[WIP] Refactor NDStructures
|
2021-01-23 19:19:13 +03:00 |
|
|
061398b009
|
[WIP] Refactor NDStructures
|
2021-01-22 23:22:24 +03:00 |
|
Iaroslav Postovalov
|
2d1d6c008e
|
Fix after-merge problems
|
2021-01-20 15:07:12 +07:00 |
|
Iaroslav Postovalov
|
9748e0bfbe
|
Merge branch 'dev' into feature/quaternion
# Conflicts:
# CHANGELOG.md
# examples/src/main/kotlin/kscience/kmath/stat/DistributionBenchmark.kt
# kmath-complex/src/commonMain/kotlin/kscience/kmath/complex/ComplexNDField.kt
# kmath-core/src/commonMain/kotlin/kscience/kmath/operations/Complex.kt
# kmath-core/src/commonTest/kotlin/kscience/kmath/structures/NDFieldTest.kt
|
2021-01-20 01:10:31 +07:00 |
|
|
ab32cd9561
|
Numeric operations are decoupled from Ring
|
2021-01-19 17:16:43 +03:00 |
|
|
4635080317
|
Optimize RealMatrix dot operation
|
2021-01-18 21:33:53 +03:00 |
|
|
44ea32e843
|
Merge remote-tracking branch 'origin/dev' into dev
|
2021-01-07 18:07:26 +03:00 |
|
|
b288704528
|
Optimize RealMatrix dot operation
|
2021-01-07 18:07:00 +03:00 |
|
Iaroslav Postovalov
|
acf9dd2b6a
|
Extract complex and quaternion systems to another module
|
2021-01-06 21:01:37 +07:00 |
|
Iaroslav Postovalov
|
2f11660439
|
Replace Distribution.normal with NormalDistribution
|
2020-12-12 21:03:28 +07:00 |
|
Iaroslav Postovalov
|
e43aad33fe
|
Add missing import
|
2020-12-12 17:13:14 +07:00 |
|
Iaroslav Postovalov
|
5c54640e60
|
Merge branch 'dev' into mp-samplers
# Conflicts:
# examples/src/main/kotlin/kscience/kmath/stat/DistributionDemo.kt
# kmath-stat/src/jvmMain/kotlin/kscience/kmath/stat/distributions.kt
|
2020-12-12 17:11:09 +07:00 |
|
Iaroslav Postovalov
|
f001389f4c
|
Merge branch 'dev' into feature/dynamic-ops-currying
# Conflicts:
# kmath-core/src/commonMain/kotlin/kscience/kmath/linear/MatrixContext.kt
|
2020-12-08 15:12:52 +07:00 |
|
Iaroslav Postovalov
|
e62cf4fc65
|
Rewrite ASM codegen to use curried operators, fix bugs, update benchmarks
|
2020-12-08 14:42:42 +07:00 |
|
|
89c0d863d2
|
Benchmark refactoring
|
2020-11-29 22:26:05 +03:00 |
|
|
625e624cab
|
kmath-for-real refactoring
|
2020-11-29 21:38:12 +03:00 |
|
Iaroslav Postovalov
|
5a3fccb455
|
Add reference to Commons Math implementation of InternalErf, fix markdown issues, rename prob package in examples to stat
|
2020-11-29 22:02:06 +07:00 |
|
|
5b653f10d7
|
kmath-for-real refactoring
|
2020-11-29 13:32:20 +03:00 |
|
Iaroslav Postovalov
|
f18cd9ad40
|
Fix package names
|
2020-11-29 16:25:08 +07:00 |
|
Iaroslav Postovalov
|
3c602e859d
|
Merge branch 'dev' into mp-samplers
# Conflicts:
# examples/src/main/kotlin/kscience/kmath/commons/prob/DistributionBenchmark.kt
# examples/src/main/kotlin/kscience/kmath/commons/prob/DistributionDemo.kt
# kmath-commons/src/main/kotlin/kscience/kmath/commons/expressions/DiffExpression.kt
# kmath-stat/src/commonMain/kotlin/kscience/kmath/stat/distributions/NormalDistribution.kt
# kmath-stat/src/commonMain/kotlin/kscience/kmath/stat/internal/InternalErf.kt
# kmath-stat/src/commonMain/kotlin/kscience/kmath/stat/internal/InternalGamma.kt
# kmath-stat/src/commonMain/kotlin/kscience/kmath/stat/internal/InternalUtils.kt
# kmath-stat/src/commonMain/kotlin/kscience/kmath/stat/samplers/AhrensDieterExponentialSampler.kt
# kmath-stat/src/commonMain/kotlin/kscience/kmath/stat/samplers/AhrensDieterMarsagliaTsangGammaSampler.kt
# kmath-stat/src/commonMain/kotlin/kscience/kmath/stat/samplers/AliasMethodDiscreteSampler.kt
# kmath-stat/src/commonMain/kotlin/kscience/kmath/stat/samplers/BoxMullerNormalizedGaussianSampler.kt
# kmath-stat/src/commonMain/kotlin/kscience/kmath/stat/samplers/GaussianSampler.kt
# kmath-stat/src/commonMain/kotlin/kscience/kmath/stat/samplers/KempSmallMeanPoissonSampler.kt
# kmath-stat/src/commonMain/kotlin/kscience/kmath/stat/samplers/LargeMeanPoissonSampler.kt
# kmath-stat/src/commonMain/kotlin/kscience/kmath/stat/samplers/MarsagliaNormalizedGaussianSampler.kt
# kmath-stat/src/commonMain/kotlin/kscience/kmath/stat/samplers/NormalizedGaussianSampler.kt
# kmath-stat/src/commonMain/kotlin/kscience/kmath/stat/samplers/PoissonSampler.kt
# kmath-stat/src/commonMain/kotlin/kscience/kmath/stat/samplers/SmallMeanPoissonSampler.kt
# kmath-stat/src/commonMain/kotlin/kscience/kmath/stat/samplers/ZigguratNormalizedGaussianSampler.kt
# kmath-stat/src/jvmMain/kotlin/kscience/kmath/stat/distributions.kt
|
2020-11-02 01:16:29 +07:00 |
|
Iaroslav Postovalov
|
33d23c8d28
|
Duplicate repositories declared in main build script, fix errors
|
2020-11-02 01:08:55 +07:00 |
|
Iaroslav Postovalov
|
6b71d8525d
|
Merge branch 'dev' into kotlingrad
# Conflicts:
# examples/build.gradle.kts
# examples/src/main/kotlin/kscience/kmath/ast/ExpressionsInterpretersBenchmark.kt
|
2020-10-30 19:08:50 +07:00 |
|
Iaroslav Postovalov
|
d14e437659
|
Update DifferentiableExpression by providing second type argument representing the result of differentiation
|
2020-10-30 16:57:19 +07:00 |
|
Iaroslav Postovalov
|
ef7066b8c9
|
Update example
|
2020-10-30 16:40:58 +07:00 |
|
Iaroslav Postovalov
|
bc4eb95ae7
|
Add extension functions for DifferentiableMstExpression
|
2020-10-30 16:40:43 +07:00 |
|
Iaroslav Postovalov
|
29a670483b
|
Update KG and Maven repos, delete symbol delegate provider, implement working differentiable mst expression based on SFun shape to MST conversion
|
2020-10-30 01:09:11 +07:00 |
|
Iaroslav Postovalov
|
095b165fa4
|
Uncomment expressions benchmark, and add factory methods for Nd4jRing and Nd4jField
|
2020-10-29 23:59:36 +07:00 |
|
Iaroslav Postovalov
|
7f8abbdd20
|
Fix typo, introduce KG protocol delegating to algebra
|
2020-10-29 02:22:34 +07:00 |
|
Iaroslav Postovalov
|
2b7803290f
|
Merge branch 'dev' into kotlingrad
# Conflicts:
# settings.gradle.kts
|
2020-10-28 18:37:21 +07:00 |
|
|
dfa1bcaf01
|
prob renamed to stat
|
2020-10-28 09:16:21 +03:00 |
|
Iaroslav Postovalov
|
612f6f0082
|
Refactor, remove unused files, remove BasicSampler
|
2020-10-16 16:49:47 +07:00 |
|