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

[GA] Define & Implement Genotype (storage struct) #16

Open
Tracked by #9
Kri5t0fK opened this issue Mar 22, 2023 · 0 comments
Open
Tracked by #9

[GA] Define & Implement Genotype (storage struct) #16

Kri5t0fK opened this issue Mar 22, 2023 · 0 comments
Assignees
Milestone

Comments

@Kri5t0fK
Copy link
Owner

Kri5t0fK commented Mar 22, 2023

Base

Genotype consists of 2n (even number) of Odd Vertexes (road crossings): $\{A, B, C, D, E, F\}$

List of elements (permutations)

  • Genotype of one individual (candidate solution) is just a list of vertexes in any order:
    $X=[A B C D E F]$
  • each vertex only once
  • Pairs - consecutive: $pair(X_{2i}, X_{2i+1}), i={0,1,2,..}$
    soo... virtual split: $X=[A B | C D | E F] \implies$ pairs: $\{AB, CD, EF\}$
@Kri5t0fK Kri5t0fK mentioned this issue Mar 22, 2023
8 tasks
@Kri5t0fK Kri5t0fK changed the title [GA] Implement Genotype (storage struct) [GA] Define & Implement Genotype (storage struct) Mar 22, 2023
@Kri5t0fK Kri5t0fK self-assigned this Mar 22, 2023
@Kri5t0fK Kri5t0fK moved this to Todo in SouvlakiSearch Mar 22, 2023
@swirszcz-adrian swirszcz-adrian added this to the v1.0 (MVP) milestone Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

3 participants