Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interaction #2

Open
LESSSE opened this issue Nov 6, 2017 · 0 comments
Open

Interaction #2

LESSSE opened this issue Nov 6, 2017 · 0 comments
Assignees

Comments

@LESSSE
Copy link
Owner

LESSSE commented Nov 6, 2017

Interactions

*T
*S


*Play(Agent a1, Agent a2){
if a1.set == a2.set
p1 = a1.play(true)
p2 = a2.play(true)

n_value1 = game(p1,p2)
n_value2 = game(p2,p1)

a1.update_fitness(n_value1)
a2.update_fitness(n_value2)
}

*Game(p1,p2)

@LESSSE LESSSE self-assigned this Nov 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant