-
Hello,
Having an issue running fits on the cluster at Edinburgh, the fits appear to be finishing however they are not outputting the LHAPDF grids, so we don't get the results.
@nhartland suggest…
-
This would go well as a tuning 'play'. It can start with an initial set of values for the parameters and run a robot along a test trajectory. As the robot runs, we'll integrate the robot's tracking …
-
This project involves transforming the current rudimentary GUI into a more fully fletched analysis tool that will also allow TARDIS to be executed.
Suggestions for the PR:
1. Get familiar with the c…
-
你好!感谢你的视频分享,很通俗易懂!但是我有一点小疑问,如下:
```
for parent in pop:
child = crossover(parent, pop_copy)
child = mutate(child)
parent[:] = child # parent is replaced its child
``…
-
@felix91gr
Glad to see you made it through exams and had some time to travel!
Sorry I've been absent. I've been making some big life changes--moving house, jobs, and other great things. I'll b…
-
I see in your code that you have hard-coded lists of initial parameters for the scipy.optimize non-linear solver used in curve_fit. I have had good success using a genetic algorithm named Differentia…
-
I am trying to implement a genetic algorithm through DEAP python module. The fitness function for an individual depends on the other individuals which are also present in the population at that point.…
-
- [ ] Export placement constraints into an optimization problem in Z3's smt-lib format
-
- [x] authors
- [x] brief discussion of earlier tournaments
- [x] include FSM diagrams
- [x] Tables for top winners?
- [ ] Sweep the remaining todos
- [x] cooperation heatmaps?
- [ ] include 10%…
-
This is James Phillips, author of the Python language pyeq3 curve fitting library on GitHub at https://github.com/zunzun/pyeq3. I include in my code's unit tests a test of exponential sensitivity tha…