Search found 9 matches

by Zedtho_
June 1st, 2020, 8:46 am
Forum: Everything
Topic: Game Theory Simulation: Reciprocal Altruism Main Thread
Replies: 5
Views: 2460

Re: Game Theory Simulation: Reciprocal Altruism Main Thread

Thanks a bunch for the answers! This is very useful! I'll mess with the program and report back.
by Zedtho_
May 30th, 2020, 2:52 pm
Forum: Everything
Topic: Game Theory Simulation: Reciprocal Altruism Main Thread
Replies: 5
Views: 2460

Re: Game Theory Simulation: Reciprocal Altruism Main Thread

NOTE: I just got some extremely useful advice from Albinopapa, so this whole thing will probably be completely rewritten! If you guys have some additional comments though, feel free! :D To contain the new strategies I want to use in my more generalized version, I thought inheriting classes would be...
by Zedtho_
May 30th, 2020, 2:52 pm
Forum: Everything
Topic: Game Theory Simulation: Reciprocal Altruism Main Thread
Replies: 5
Views: 2460

Game Theory Simulation: Reciprocal Altruism Main Thread

Hey everyone! I've learnt this project interests me, so I decided to make a main thread so that I don't start a new thread for every issue. I've been working on a game theory simulation for a bio class. The way it works is the following: The simulation is based on a book I've been reading called "Th...
by Zedtho_
May 29th, 2020, 11:53 am
Forum: Everything
Topic: std::variant again?
Replies: 5
Views: 3508

Re: std::variant again?

Thanks for the quick explanation of nested/derived classes! That's really interesting, I'll definitely be checking that out for the program!
by Zedtho_
May 28th, 2020, 5:08 pm
Forum: Everything
Topic: std::variant again?
Replies: 5
Views: 3508

Re: std::variant again?

Ahh okay makes sense, that's really cool though! I have to admit I am not sure I understand what you mean with Do you mean nested classes? or do you mean derived classes? or user defined classes? or something else? as I do not know those words haha, but I was thinking of the classic inheritance wher...
by Zedtho_
May 28th, 2020, 5:00 pm
Forum: Everything
Topic: Game Theory Simulation: Reciprocal altruism: Issue
Replies: 4
Views: 2385

Re: Game Theory Simulation: Reciprocal altruism: Issue

Ohhh I completely forgot about that, thank you very much! That's extremely helpful! Edit: I went over the program again, and I think it is working! I will still have to check. In the case where there is no mistake, an interesting factoid I have learnt is that Deflectors in this arrangement generally...
by Zedtho_
May 28th, 2020, 2:11 pm
Forum: Everything
Topic: Game Theory Simulation: Reciprocal altruism: Issue
Replies: 4
Views: 2385

Re: Game Theory Simulation: Reciprocal altruism: Issue

Thanks a lot for checking out my code! Sorry, I forgot to set the default branch to "Score" as I mentioned in my text, the branch "Score" has those improvements! I've reset the default now. But yes you're completely right, the -> makes everything much more legible! Thanks for your first point, perha...
by Zedtho_
May 28th, 2020, 10:36 am
Forum: Everything
Topic: std::variant again?
Replies: 5
Views: 3508

Re: std::variant again?

Ohh man this is actually something I've been looking for myself! Thanks a lot! Could this be used for subclasses as well by chance?
by Zedtho_
May 28th, 2020, 9:59 am
Forum: Everything
Topic: Game Theory Simulation: Reciprocal altruism: Issue
Replies: 4
Views: 2385

Game Theory Simulation: Reciprocal altruism: Issue

Hey everyone! It's been a while, just made a new account because I got locked out of my old one :) I'm working on a Game Theory simulation to evolutionarily explain reciprocal altruism. ( https://github.com/Zedtho/Simulation-Reciprocal-Altruism/tree/master ) (the branch on which this issue is based ...