[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-119424-en":3,"doc-seo-119424-105":30,"detail-sidebar-cat-0-en-105":92},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":20,"is_downloadable":20,"audit_status":20,"page_count":21,"language":22,"language_code":23,"site_id":24,"html_lang":23,"table_of_contents":25,"faqs":26,"seo_title":27,"seo_description":14,"update_tm":28,"read_time":29},119424,2336464648746,"Skyler","https://ap-avatar.wpscdn.com/davatar_276721f389ce27ea32af1340a28f341c",8,"Research & Report","Multi-objective optimization by Machine Learning - Master’s thesis","Solving multi-objective optimization with machine learning can improve applications such as multi-junction traffic management and stock portfolio optimization. This thesis targets a data-intensive domain: multi-objective optimization in trot horse harness racing, focusing specifically on the V75. A major part of the work covers data collection, preprocessing, and feature engineering. Prediction is split into single-race modeling and system selection, where a neural network estimates the horse’s finishing percentage and a greedy selector builds a wagering system by choosing horses deemed similar to the winner.","Multi-objective optimization by Machine Learning  \nMaster’s thesis in Computer science and engineering  \nHampus Hagstrand  \nDepartment of Computer Science and Engineering CHALMERS UNIVERSITY OF TECHNOLOGY UNIVERSITY OF GOTHENBURG  \nGothenburg, Sweden 2023  \nMaster’s thesis 2023  \nMulti-objective optimization by Machine Learning  \nHampus Hagstrand  \nDepartment of Computer Science and Engineering Chalmers University of Technology University of Gothenburg Gothenburg, Sweden 2023  \nMulti-objective optimization by Machine Learning  \nHampus Hagstrand  \n© Hampus Hagstrand, 2023 .  \nSupervisor: Carl-Johan Seger  \nExaminer: Jean-Philippe Bernardy  \nMaster’s Thesis 2023  \nDepartment of Computer Science and Engineering  \nChalmers University of Technology and University of Gothenburg SE-412 96 Gothenburg  \nTelephone +46 31 772 1000  \nTypeset in LATEX  \nGothenburg, Sweden 2023  \nMulti-objective optimization by Machine Learning  \nHampus Hagstrand  \nDepartment of Computer Science and Engineering  \nChalmers University of Technology and University of Gothenburg  \nAbstract  \nSolving multi-objective optimization with machine learning can signiﬁcantly improve various ﬁelds, such as multi-junction traﬃc management or stock portfolio optimization. These are problems that can have a large amount of relevant and irrelevant data. This thesis targets one such problem area, focusing on multi-objective optimization in trot horse harness racing, speciﬁcally the V75 .  \nA large part of the project was data-related, such as data collection, preprocessing, and engineering. The predicting part is divided into two parts single race prediction and system predictions. The single-race prediction utilizes the large amount of data collected to train a neural network to predict the percentage of the horse ﬁnishing behind the winner. The system prediction uses the result from the neural network to pick a system. During this process, a greedy algorithm selects more horses in the races that the machine learning deems close and fewer that it deems one-sided.  \nThe performance evaluation showed that the single race predicting performed on par with the more advanced baseline and showed clear signs of ﬁnding a pattern between the data and the ﬁnishing result. The system prediction found some accuracy but did not surpass the odds baseline.  \nKeywords: Machine Learning, Artiﬁcial Intelligence, Multi-objective Optimization, Horse Racing, V75  \nAcknowledgements  \nFirstly, I would like to begin by expressing my sincere gratitude to Carl-Johan Seger, who has been an outstanding supervisor. His guidance, expertise, and patience were instrumental in completing this thesis.  \nSecondly, I would like to thank Jean-Philippe Bernardy for his insightful feedback on the half-time report. His critiques signiﬁcantly improved the quality of my work.  \nThirdly, I want to extend my appreciation to Magnus Edvardsson, Per Klevmarken, and Anton Hålldén. They introduced me to the world of V75, a sport that formed the foundation of this thesis. Their wisdom, expertise, and knowledge about the game played a crucial role in shaping this work.  \nLastly, I would also like to acknowledge that Grammarly was used for spell and grammar checking, ensuring the readability and correctness of this thesis.  \nHampus Hagstrand, Gothenburg, 2023-06-27  \nContents  \nList of Figures xi  \n1 Introduction 1  \n1.1 Horse Racing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2  \n1.1.1 Trotting and V75 . . . . . . . . . . . . . . . . . . . . . . . . . 3  \n2 Background 5  \n2.1 Machine learning . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5  \n2.1. 1 Neural Networks . . . . . . . . . . . . . . . . . . . . . . . . . 6  \n2.2 Previous work . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7  \n2.2. 1 Sport . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7  \n3 Methods 9  \n3. 1 Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10  \n3.1. 1 Scraping . ","cbCaioiCS0nEGTTx","https://ap.wps.com/l/cbCaioiCS0nEGTTx","pdf",6409424,1,56,"English","en",105,"# Introduction\n## Horse Racing\n## Trotting and V75\n# Background\n## Machine learning\n## Neural Networks\n## Previous work\n## Sport\n# Methods\n## Data\n## Scraping\n## Preprocessing\n## Validator\n## Evaluation\n## Evaluator\n## Baselines\n## Machine learning models\n## TensorFlow and Keras\n## Multi-Event Decision Making\n## Greedy naive odds baseline\n## Greedy naive picking algorithm\n# Results\n## Single race predictions\n## Baselines\n## Random Baseline\n## Starting track\n## Win percentage\n## Experiment 1\n## Experiment 2","[{\"question\":\"What problem does the thesis address with machine learning?\",\"answer\":\"It addresses multi-objective optimization in data-rich settings, specifically trot horse harness racing focused on the V75.\"},{\"question\":\"How does the system prediction work in the proposed approach?\",\"answer\":\"It uses the neural network’s single-race prediction outputs and then applies a greedy selection strategy to choose horses for a wagering system.\"},{\"question\":\"How did the models perform compared with baseline methods?\",\"answer\":\"Single-race prediction performed on par with an advanced baseline and showed signs of learning patterns between data and finishing results, while system prediction achieved some accuracy but did not surpass the odds baseline.\"}]","Multi-objective optimization by Machine Learning - Master’s thesis | PDF",1785724222,141,{"code":4,"msg":31,"data":32},"ok",{"site_id":24,"language":23,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":87,"head_meta":89,"extra_data":91,"updated_unix":28},"multi-objective-optimization-by-machine-learning-masters-thesis","",{"@graph":36,"@context":86},[37,54,69],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,51],{"item":41,"name":42,"@type":43,"position":20},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":50},"https://docshare.wps.com/document/research-report/",3,{"item":52,"name":13,"@type":43,"position":53},"https://docshare.wps.com/document/multi-objective-optimization-by-machine-learning-masters-thesis/119424/",4,{"url":52,"name":13,"@type":55,"author":56,"headline":13,"publisher":58,"fileFormat":61,"inLanguage":23,"description":14,"dateModified":62,"datePublished":63,"encodingFormat":61,"isAccessibleForFree":64,"interactionStatistic":65},"DigitalDocument",{"name":9,"@type":57},"Person",{"url":41,"name":59,"@type":60},"DocShare","Organization","application/pdf","2026-08-04","2026-08-03",true,{"@type":66,"interactionType":67,"userInteractionCount":20},"InteractionCounter",{"@type":68},"ViewAction",{"@type":70,"mainEntity":71},"FAQPage",[72,78,82],{"name":73,"@type":74,"acceptedAnswer":75},"What problem does the thesis address with machine learning?","Question",{"text":76,"@type":77},"It addresses multi-objective optimization in data-rich settings, specifically trot horse harness racing focused on the V75.","Answer",{"name":79,"@type":74,"acceptedAnswer":80},"How does the system prediction work in the proposed approach?",{"text":81,"@type":77},"It uses the neural network’s single-race prediction outputs and then applies a greedy selection strategy to choose horses for a wagering system.",{"name":83,"@type":74,"acceptedAnswer":84},"How did the models perform compared with baseline methods?",{"text":85,"@type":77},"Single-race prediction performed on par with an advanced baseline and showed signs of learning patterns between data and finishing results, while system prediction achieved some accuracy but did not surpass the odds baseline.","https://schema.org",{"og:url":52,"og:type":88,"og:title":13,"og:site_name":59,"og:description":14},"article",{"robots":90,"canonical":52},"index,follow",{"doc_id":7,"site_id":24},{"code":4,"msg":5,"data":93},[94,98,102,106,111,116,121,124,129,132,136],{"id":20,"doc_module":4,"doc_module_name":46,"category_name":95,"show_sort_weight":96,"slug":97},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":99,"show_sort_weight":100,"slug":101},"Literature",80,"literature",{"id":53,"doc_module":4,"doc_module_name":46,"category_name":103,"show_sort_weight":104,"slug":105},"Exam",70,"exam",{"id":107,"doc_module":4,"doc_module_name":46,"category_name":108,"show_sort_weight":109,"slug":110},5,"Comic",60,"comic",{"id":112,"doc_module":4,"doc_module_name":46,"category_name":113,"show_sort_weight":114,"slug":115},6,"Technology",50,"technology",{"id":117,"doc_module":4,"doc_module_name":46,"category_name":118,"show_sort_weight":119,"slug":120},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":122,"slug":123},30,"research-report",{"id":125,"doc_module":4,"doc_module_name":46,"category_name":126,"show_sort_weight":127,"slug":128},9,"Religion & Spirituality",20,"religion-spirituality",{"id":127,"doc_module":4,"doc_module_name":46,"category_name":130,"show_sort_weight":127,"slug":131},"World Cup","world-cup",{"id":133,"doc_module":4,"doc_module_name":46,"category_name":134,"show_sort_weight":133,"slug":135},10,"Lifestyle","lifestyle",{"id":137,"doc_module":4,"doc_module_name":46,"category_name":138,"show_sort_weight":107,"slug":139},19,"General","general"]