VerologSolverChallenge2017 | Project for Verolog Solver Challenge

 by   martinmatak Python Version: Current License: No License

kandi X-RAY | VerologSolverChallenge2017 Summary

kandi X-RAY | VerologSolverChallenge2017 Summary

VerologSolverChallenge2017 is a Python library. VerologSolverChallenge2017 has no bugs, it has no vulnerabilities and it has low support. However VerologSolverChallenge2017 build file is not available. You can download it from GitHub.

Project for Verolog Solver Challenge 2017. , more info about it: In this file is described the flow of the algorithm. Flow of algorithm consists of two main steps: 1) Decide which request will be executed on which day 2) Decide which vehicle will execute which request. For 1) we have two possible solutions: 1.1) Random 1.2) Greedy algorithm 1.3) Genetic algorithm 1.4) DFS with memoization. After we decide days, we create "negative requests", i.e. request when we need to pick up tools from customer. For 2) we propose Genetic algorithm as solution with several greedy optimizations. 1.1) Random - for each request, set some random (in bounds) day when it is executed - that didn't go so well :). 1.2) Greedy algorithm - for each request, set day when it is executed in the following way: 1. look for all days when it can be executed. 2. pick a day which is "most empty", i.e. day where the particular tool is least used. 1.3) Genetic Algorithm description 1.3.1) Chromosome description Chromosome consists of request list. daysMap where key of the map is day number and value is other map where key is tool id and value its usage. 1.3.2) Crossover description There are two types of crossovers. In crossover type 1 there is one cross point x which is random number between 0 and number of requests. Childs requests from 0 to x are setted at same days as first parents and other part is taken from other parent. Crossover type 2 focuses on days which exceeds maximal number of available tool. It chooses requests corresponding to day and tool slot which exceed number tools available. Day and tool type are selected using wheel selection. Crossover of type 2 is selected with probability of 0.6 only if there are slots which are exceeded. 1.3.3) Mutation description There are two types of mutation. In first type each request has probabiltiy to be assigned to random day. Second type selects again with wheel selection day and tool slot which exceed number of tools available, and each request corresponding to that slot has probability to be assigned to random day. Mutation of type 2 is selected with probability of 0.6 only if there are slots which are exceeded. 1.3.4) Selection description For selection 3-tournament is used. 1.4) DFS with memoization description - idea: Attach for each request on which day it is executed, but take care about count of tools - > - map for memoization - sort requests in array by tool they use, lastDayDelivery - firstDayDelivery, reverse(numberOfTools) - each node is requst with some day for delivery in interval [firstDay, lastDay] - children are nodes generated in the following way: - all children have request.id of next request in an array - picked day for delivery is one of the values between firstDay and lastDay - all children differ only in picked day - check if some branch is available by using a map above.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              VerologSolverChallenge2017 has a low active ecosystem.
              It has 0 star(s) with 0 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              VerologSolverChallenge2017 has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of VerologSolverChallenge2017 is current.

            kandi-Quality Quality

              VerologSolverChallenge2017 has no bugs reported.

            kandi-Security Security

              VerologSolverChallenge2017 has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              VerologSolverChallenge2017 does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              VerologSolverChallenge2017 releases are not available. You will need to build from source code and install.
              VerologSolverChallenge2017 has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of VerologSolverChallenge2017
            Get all kandi verified functions for this library.

            VerologSolverChallenge2017 Key Features

            No Key Features are available at this moment for VerologSolverChallenge2017.

            VerologSolverChallenge2017 Examples and Code Snippets

            No Code Snippets are available at this moment for VerologSolverChallenge2017.

            Community Discussions

            No Community Discussions are available at this moment for VerologSolverChallenge2017.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install VerologSolverChallenge2017

            You can download it from GitHub.
            You can use VerologSolverChallenge2017 like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/martinmatak/VerologSolverChallenge2017.git

          • CLI

            gh repo clone martinmatak/VerologSolverChallenge2017

          • sshUrl

            git@github.com:martinmatak/VerologSolverChallenge2017.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link