-
Need to add caveats as per below (mainly about aquisiations and disposal within 4 weeks)
Below snippet is from Revenue:
Specified Irish Assets
Gains arising on the disposal of "specified Irish …
-
Created new glossary thread on forum with aim to bridge communication for non devs, toward enabling discussions one step removed from programming and Github source code conciliation mechanics. focus …
-
I see on github that you are writing optimization code using Python. When using non-linear solvers such as Levenberg-Marquardt or gradient descent to optimize parameters for non-linear regression, the…
-
Comment below with questions or thoughts about the reading for this week's workshop.
Please make your comments by Wednesday 11:59 PM, and upvote at least five of your peers' comments on Thursday pr…
-
**Learning**
- We learn by interacting with our environment.
- In any learning scenario for e.g. driving a car, we are acutely aware of how our environment responds to what we do, and we seek to inf…
-
- You did not present your result in the README, I would have appreciated a summary of the result. Also the result presented in the Logger is a bit confusing. What does False mean when you have found …
-
Hello,
is there a possibility for multiobjective optimisation?
e.g.
```
def f(x):
return np.sin(x[0]*x[1]), np.sin((x[0]*x[1])**2) # pseudoexample
bounds = [{'name': f'var_x', 'type':…
-
### **Mutation**
I loved how you handled mutation. You managed to make it dynamic, in this way it can handle both small tweaks to favour exploitation and big changes for exploration
### **Static a…
-
Hi! I am Raffaele Pane and this is my peer review (my choice) for lab 2.
## SUMMARY
Taking a closer look at the code, I have a general good impression. The algorithm is well structured and the cod…
-
**Is your feature request related to a problem? Please describe.**
**Describe the solution you'd like**
The project aims to develop a reinforcement learning (RL) agent to optimize waste collection…