How to implement a genetic algorithm with distance, time, and cost
        Posted  
        
            by 
                ari
            
        on Programmers
        
        See other posts from Programmers
        
            or by ari
        
        
        
        Published on 2014-08-25T12:48:37Z
        Indexed on 
            2014/08/25
            16:27 UTC
        
        
        Read the original article
        Hit count: 1928
        
I want to make a solution to find the optimum route of school visit. For example, I want to visit 5 schools (A, B, C, D, E) in my city. Then I must find out what school I should visit first, then the second, then the third etc. with distance, time, and cost criteria. The problem is, I am confused about how to use distance with time and cost (fuel usage) estimation in genetic algorithm to find the optimum route?
© Programmers or respective owner