https://github.com/JuliaDiffEq/DiffEqFlux.jl

sort by:
Revision Author Date Message Commit Date
9af1cd7 Merge pull request #220 from ranjanan/RA/quaddirect Add QuadDIRECT global optimizer 08 April 2020, 18:36:50 UTC
424703e Switch to https in travis 08 April 2020, 18:09:56 UTC
342354e Change travis, change name of solver 08 April 2020, 17:17:32 UTC
b8cc64f Fix typo 08 April 2020, 15:26:12 UTC
ab6367f Put QuadDIRECT in quotes in targets 08 April 2020, 15:17:43 UTC
c308d24 Add a couple of tests 08 April 2020, 03:32:26 UTC
3da87cd Add quadDIRECT to require 08 April 2020, 03:10:46 UTC
4f31940 Merge remote-tracking branch 'origin/master' into RA/quaddirect 08 April 2020, 02:51:57 UTC
7f6859b Merge branch 'master' into RA/quaddirect 08 April 2020, 02:49:37 UTC
35cfab2 Merge pull request #219 from ranjanan/RA/tiktak2 Move TikTak to requires.jl 08 April 2020, 02:13:56 UTC
9951afa Add the target to extras 08 April 2020, 00:54:29 UTC
ab038ea Add MultistartOptimization to targets 08 April 2020, 00:51:45 UTC
1b36c58 Move TikTak to requires 08 April 2020, 00:06:57 UTC
dc0fc09 Merge pull request #217 from ranjanan/RA/tiktak Add TikTak global optimization to sciml_train 07 April 2020, 23:03:20 UTC
8040f03 Remove global opt tests file 07 April 2020, 21:02:24 UTC
0ff80c6 Add TikTak tests to layers_sciml 07 April 2020, 19:52:30 UTC
7dbb876 Add a test for TikTak 07 April 2020, 17:41:10 UTC
44171d8 Initial condition for uniformity, 5th arg int 07 April 2020, 04:07:32 UTC
56f3b98 Add TikTak global optimization 07 April 2020, 03:56:59 UTC
6ecdd6d Merge pull request #201 from abhigupta768/bbopt Add callback kwarg to BlackBoxOptim dispatch 06 April 2020, 23:05:55 UTC
a0a993e Add initial theta arg 06 April 2020, 20:03:39 UTC
337ce3d Stop if callback returns true 06 April 2020, 20:03:39 UTC
b1cd446 Fix callback handling for BBO 06 April 2020, 20:03:39 UTC
fc52871 test with default callback in bbo 06 April 2020, 20:03:39 UTC
022ed52 Change default callback 06 April 2020, 20:03:39 UTC
baa19a7 Add callback kwarg to BlackBoxOptim dispatch 06 April 2020, 20:03:39 UTC
0c7beca Merge pull request #213 from SciML/ChrisRackauckas-patch-2 See what the tests say 04 April 2020, 01:23:51 UTC
f4376ac See what the tests say 03 April 2020, 23:43:23 UTC
ebe1026 Update Project.toml 03 April 2020, 05:36:19 UTC
71bd0e8 Merge pull request #208 from SciML/myb/kwarg Adding `kwarg` for Optim options 02 April 2020, 00:11:32 UTC
b0771ed Adding `kwarg` for Optim options 02 April 2020, 00:09:31 UTC
8e3fd80 Update README.md 29 March 2020, 18:08:30 UTC
30217ad Merge pull request #203 from ChrisDeGrendele/patch-1 Failed when loss function returned more than one value to pass to cb 28 March 2020, 01:15:01 UTC
bc18966 Failed when loss function returned more than one value to pass to callback @ChrisRackauckas @titus-pinta 28 March 2020, 01:12:46 UTC
e620ea9 Update Project.toml 26 March 2020, 15:55:22 UTC
e2924d7 Update Project.toml 26 March 2020, 15:21:43 UTC
04e03a1 Merge pull request #196 from abhigupta768/bboptim Add BlackBoxOptim dispatch to sciml_train 26 March 2020, 15:20:51 UTC
0b17386 Update test 26 March 2020, 13:59:29 UTC
177b38c Set maxiters 26 March 2020, 13:00:14 UTC
dc94389 Return Optim.MultivariateOptimizationResults and use struct for method 26 March 2020, 06:57:27 UTC
ccc3159 Remove callback 24 March 2020, 17:44:21 UTC
eaa0951 Add test 24 March 2020, 16:00:14 UTC
144efea Add BlackBoxOptim dispatch to sciml_train 24 March 2020, 14:42:49 UTC
53d9cac Merge pull request #195 from ChrisDeGrendele/master Save best solution rather than last one in sciml_train 23 March 2020, 13:44:30 UTC
970965c Added save_best option, fixed commented issue. 23 March 2020, 01:33:20 UTC
065ae1e first sciml_function 22 March 2020, 02:52:51 UTC
2decb6a Merge pull request #194 from AStupidBear/master improve logging of sciml_train 21 March 2020, 13:38:00 UTC
6c79554 improve logging of sciml_train 21 March 2020, 12:53:04 UTC
5b1f935 Update Project.toml 18 March 2020, 18:49:35 UTC
e2ea1c4 Fix FastChain dispatches in structs 18 March 2020, 18:48:39 UTC
4217674 Merge pull request #191 from JuliaDiffEq/fastchain_sde fix and better test neural SDE on FastChain 18 March 2020, 18:06:01 UTC
b25eb80 better fastdense neuralsde test 18 March 2020, 16:35:23 UTC
2e14efe fix some fastchain dispatches 18 March 2020, 16:27:57 UTC
e1f2c4d fix saveat times 18 March 2020, 16:01:16 UTC
7143e06 mark matrix fastdense broken 18 March 2020, 15:25:16 UTC
259c8e5 fix and better test neural SDE on FastChain Was pulling the same parameter set twice instead of grabbing the two halves 17 March 2020, 13:04:50 UTC
36a5f8c Merge pull request #188 from JuliaDiffEq/promotion Test DiffEqBase promotion 15 March 2020, 07:22:05 UTC
7e30adb decrease test time 15 March 2020, 06:17:56 UTC
58e2c43 Test DiffEqBase promotion Should fix https://github.com/JuliaDiffEq/DiffEqFlux.jl/issues/185 14 March 2020, 19:15:11 UTC
de5ff45 Merge pull request #184 from devmotion/progress Provide default progress loggers and use new ProgressLogging API 14 March 2020, 05:41:29 UTC
fad53bd Provide default progress loggers and use new ProgressLogging API 12 March 2020, 09:32:39 UTC
3e7692d hotfix callbacks 10 March 2020, 14:36:17 UTC
e68e6a7 Update Project.toml 10 March 2020, 04:35:29 UTC
8f673f4 Merge pull request #181 from JuliaDiffEq/second_order support second order 10 March 2020, 02:45:23 UTC
aab1d62 fix and test 2nd order optimizers 10 March 2020, 01:55:30 UTC
b6220d9 fix Hessian calculations 09 March 2020, 22:26:57 UTC
c459ab5 support second order 09 March 2020, 19:30:50 UTC
13cb855 Merge pull request #180 from abhigupta768/progbar Add progress bar to sciml_train, fixes #158 09 March 2020, 17:26:09 UTC
35ca59b Remove message 09 March 2020, 17:25:28 UTC
1fe8040 Add Logging to Project.toml 09 March 2020, 14:33:43 UTC
d56f59a Add logmsg to enable TerminalLogger 09 March 2020, 13:51:22 UTC
b4b8053 Use TerminalLoggers for terminal progress bar 08 March 2020, 18:00:36 UTC
77f3a19 Add progress bar to sciml_train 08 March 2020, 15:36:32 UTC
bdfabd7 nlopt test dep 05 March 2020, 20:46:04 UTC
0bf6dd3 fully remove NLopt 05 March 2020, 19:49:53 UTC
aa2e1fc include some Zygote fixes 05 March 2020, 19:32:47 UTC
ef732b2 Update Project.toml 05 March 2020, 07:13:57 UTC
9bfbc1a Merge pull request #177 from abhigupta768/nlopt Setup NLopt optimizers with sciml_train 05 March 2020, 07:00:27 UTC
8f6250e Update src/DiffEqFlux.jl 04 March 2020, 22:26:38 UTC
405b2a5 Return MultivariateOptimizationResults object with nlopt 04 March 2020, 22:02:29 UTC
5c16710 Move sciml_train to new file 04 March 2020, 21:37:11 UTC
d8efda8 Use import for NLopt 04 March 2020, 14:17:39 UTC
d908069 Add maxeval kwarg and bounded optimization dispatch 04 March 2020, 14:14:46 UTC
f6fb6ee Setup NLopt optimizers with sciml_train Fixes #161 04 March 2020, 10:12:24 UTC
a0b09fa Update Project.toml 04 March 2020, 07:05:07 UTC
38b04ce Merge pull request #176 from JuliaDiffEq/training Alternative training AD modes 04 March 2020, 06:53:48 UTC
b7d92dd nicer test results 04 March 2020, 06:24:29 UTC
19aa435 fix delay in test 04 March 2020, 05:57:44 UTC
10c925e even simpler tests 04 March 2020, 05:31:23 UTC
73c3205 test chagnges 04 March 2020, 05:17:57 UTC
5098d01 update neural ODE training time 04 March 2020, 04:57:59 UTC
3ef2c63 add ReverseDiff 04 March 2020, 04:55:06 UTC
aef3333 minor bump 04 March 2020, 04:34:56 UTC
b2ede4a alternative training modes to be left undocumented: a backdoor to try other ADs 04 March 2020, 04:34:37 UTC
164aa78 Update Project.toml 03 March 2020, 19:21:59 UTC
ed3ec4b Merge pull request #175 from JuliaDiffEq/forward Allow ForwardDiff inside of sciml_train calls 03 March 2020, 19:21:15 UTC
473e5ff ForwardDiff-aware training 03 March 2020, 16:46:55 UTC
84793ec Merge branch 'neuraldae' 03 March 2020, 16:46:28 UTC
219a41d add to README 03 March 2020, 16:46:21 UTC
96987c4 compile the ReverseDiff VJP 03 March 2020, 15:52:51 UTC
back to top