DodoTheDeveloper commented on a change in pull request #1155:
URL: https://github.com/apache/systemds/pull/1155#discussion_r571666707
##########
File path:
scripts/staging/bayesian_optimisation/test/bayesianOptimisationSinTest.dml
##########
@@ -0,0 +1,47 @@
+# Test
+source("./scripts/staging/bayesian_optimisation/bayesianOptimisation.dml") as
bayOpt;
+
+kernel_gaus = function(Matrix[Double] X1, Matrix[Double] X2, Double variance)
+ return (Matrix[Double] result)
+{
+ #TODO: What to do about multiple dimensional matrix?
Review comment:
Hi and thanks for the Feedback, I applied it in the last commit.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]