User Portlet User Portlet

Christopher Wolfram
Discussions
![Correlation matrix of evals from the HuggingFace dataset. Do LLM's learn transferable skills?][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=2837Main07102024.png&userId=20103 [2]:...
![Phase diagram of boids: complex global behavior emerging from simple local rules][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=boidsThumbnail.gif&userId=20103 [2]:...
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/a212bddc-f448-49fe-8afa-525040bc04ec
![enter image description here][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=2562Screenshot2024-02-05at3.46.47%E2%80%AFPM.jpg&userId=11733 [2]:...
Yes! I thought about including some analysis of that data, but unfortunately it is just 4 numbers that don't even give enough information about the position of any single star. Nonetheless, it is a really exciting find.
Yes, these are both good approaches. I also came to the conclusion that, in general, there is no escaping writing C code (or something like it) for launching asynchronous tasks. As for ParallelSubmit etc., I did get an example working with...
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/2e1640ee-1f6b-42a9-b5ea-e6fdba330351
![enter image description here][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=000ezgif.com-gif-maker.gif&userId=11733 [2]:...
Good catch. It should be added now.
I think this is just a property of DPLL. Just because it found one solution quickly, doesn't mean that it will find the next one quickly because it may have to do significant backtracking. It probably depends a lot on your usage though.