GithubHelp home page GithubHelp logo

info6205_215's Introduction

INFO6205_215

INFO6205 Final Project: Robotic Controllers

Problem: The problem is to design the robot controller to walk through the maze and arrive the destination in the end without crashing into the wall. The robot can be controlled by six different direction sensors, three on the front, one on the left, one on the right and one on the back. Each route can be one solution and can be scored, our purpose is to find the fittest solution by comparing the scores until it reaches the termination we set.

Execution: In this project, we use eclipse as our IDE and we put codes into different package separately, including helper, main, controller, objects and test. The main function is in the Main.java in main package, Controller.java is in controller package, all the test cases are in the test package and all the class we create, including abstract class, are in objects package. To execute, just run the Main.java and it will use the Controller.java (in controller package) to run our whole GA program. It will print the fittest value and fittest chromosome for each generation. In the end, it will print the route of final fittest solution.

info6205_215's People

Contributors

jimmywang54 avatar peter81815 avatar xinxinhuang1 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.