8000 GeneticAlgorithmPython/Tutorial Project at master · akshprad/GeneticAlgorithmPython · GitHub
[go: up one dir, main page]

Skip to content
{"payload":{"allShortcutsEnabled":false,"path":"Tutorial Project","repo":{"id":296675329,"defaultBranch":"master","name":"GeneticAlgorithmPython","ownerLogin":"akshprad","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-09-18T16:33:48.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/30631275?v=4","public":true,"private":false,"isOrgOwned":false},"currentUser":null,"refInfo":{"name":"master","listCacheKey":"v0:1614342204.801106","canEdit":false,"refType":"branch","currentOid":"ad3d44368ed090be77326436a9dbb580b7d4ac5a"},"tree":{"items":[{"name":"Example_GeneticAlgorithm.py","path":"Tutorial Project/Example_GeneticAlgorithm.py","contentType":"file"},{"name":"README.md","path":"Tutorial Project/README.md","contentType":"file"},{"name":"ga.py","path":"Tutorial Project/ga.py","contentType":"file"}],"templateDirectorySuggestionUrl":null,"readme":{"displayName":"README.md","richText":"\u003carticle class=\"markdown-body entry-content container-lg\" itemprop=\"text\"\u003e\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch1 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eGeneticAlgorithmPython\u003c/h1\u003e\u003ca id=\"user-content-geneticalgorithmpython\" class=\"anchor\" aria-label=\"Permalink: GeneticAlgorithmPython\" href=\"#geneticalgorithmpython\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003eGenetic algorithm implementation in Python\u003c/p\u003e\n\u003cp dir=\"auto\"\u003eThis folder under the project has the code built in the tutorial titled \u003ca href=\"https://www.linkedin.com/pulse/genetic-algorithm-implementation-python-ahmed-gad\" rel=\"nofollow\"\u003e\u003cstrong\u003eGenetic Algorithm Implementation in Python\u003c/strong\u003e\u003c/a\u003e which is available in these links:\u003c/p\u003e\n\u003cul dir=\"auto\"\u003e\n\u003cli\u003e\u003ca href=\"https://www.linkedin.com/pulse/genetic-algorithm-implementation-python-ahmed-gad\" rel=\"nofollow\"\u003ehttps://www.linkedin.com/pulse/genetic-algorithm-implementation-python-ahmed-gad\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://towardsdatascience.com/genetic-algorithm-implementation-in-python-5ab67bb124a6\" rel=\"nofollow\"\u003ehttps://towardsdatascience.com/genetic-algorithm-implementation-in-python-5ab67bb124a6\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://www.kdnuggets.com/2018/07/genetic-algorithm-implementation-python.html\" rel=\"nofollow\"\u003ehttps://www.kdnuggets.com/2018/07/genetic-algorithm-implementation-python.html\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp dir=\"auto\"\u003eThe \u003ccode\u003ega.py\u003c/code\u003e file holds the implementation of the GA operations such as mutation and crossover. The other file gives an example of using the GA.py file.\u003c/p\u003e\n\u003cp dir=\"auto\"\u003eIt is important to note that this project does not implement everything in GA and there are a wide number of variations to be applied. For example, this project uses decimal representation for the chromosome and the binary representations might be preferred for other problems.\u003c/p\u003e\n\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eFor Contacting the Author\u003c/h2\u003e\u003ca id=\"user-content-for-contacting-the-author\" class=\"anchor\" aria-label=\"Permalink: For Contacting the Author\" href=\"#for-contacting-the-author\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cul dir=\"auto\"\u003e\n\u003cli\u003eE-mail: \u003ca href=\"mailto:ahmed.f.gad@gmail.com\"\u003eahmed.f.gad@gmail.com\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://www.linkedin.com/in/ahmedfgad\" rel=\"nofollow\"\u003eLinkedIn\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://amazon.com/author/ahmedgad\" rel=\"nofollow\"\u003eAmazon Author Page\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://blog.paperspace.com/author/ahmed\" rel=\"nofollow\"\u003ePaperspace\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://heartbeat.fritz.ai/@ahmedfgad\" rel=\"nofollow\"\u003eHearbeat\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://kdnuggets.com/author/ahmed-gad\" rel=\"nofollow\"\u003eKDnuggets\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://towardsdatascience.com/@ahmedfgad\" rel=\"nofollow\"\u003eTowardsDataScience\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ahmedfgad\"\u003eGitHub\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/article\u003e","errorMessage":null,"headerInfo":{"toc":[{"level":1,"text":"GeneticAlgorithmPython","anchor":"geneticalgorithmpython","htmlText":"GeneticAlgorithmPython"},{"level":2,"text":"For Contacting the Author","anchor":"for-contacting-the-author","htmlText":"For Contacting the Author"}],"siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fakshprad%2FGeneticAlgorithmPython%2Ftree%2Fmaster%2FTutorial%2520Project"}},"totalCount":3,"showBranchInfobar":true},"fileTree":{"":{"items":[{"name":"Cython","path":"Cython","contentType":"directory"},{"name":"Tutorial Project","path":"Tutorial Project","contentType":"directory"},{"name":"docs","path":"docs","contentType":"directory"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"example.py","path":"example.py","contentType":"file"},{"name":"pygad.py","path":"pygad.py","contentType":"file"}],"totalCount":6}},"fileTreeProcessingTime":6.6220669999999995,"foldersToFetch":[],"treeExpanded":true,"symbolsExpanded":false,"csrf_tokens":{"/akshprad/GeneticAlgorithmPython/branches":{"post":"4fVoJ0UUzGPuf8hsopmQ6g8xKBtBZ1KG8BtIBmG6JOuGM2TM-2dnt4V2riV_N7L8wk3A-zJe4ApYBhQN96_OFQ"},"/akshprad/GeneticAlgorithmPython/branches/fetch_and_merge/master":{"post":"tOFnAhf3p_TG1h34iWddIH_Kufdm2r0Ox25IUxbPqbhktaCo_D6QeNkCqyWnEevkiFElVU3b8l8iLSzTsz3Uxg"},"/akshprad/GeneticAlgorithmPython/branches/fetch_and_merge/master?discard_changes=true":{"post":"lCizntXVEEDMv8ytY0nZTIsHXrApVzCqrryJ9VjPvSZEfHQ0PhwnzNNrenBNP2-IfJzCEgJWf_tL_-11_T3AWA"}}},"title":"GeneticAlgorithmPython/Tutorial Project at master · akshprad/GeneticAlgorithmPython","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-7d7eb7c71814.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1ae9fa256942.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true,"github_models_repo_integration":false}}}
0