This technology builds a node probability model by analyzing the frequency of nodes in dominant individuals from previous generations when generating robot paths based on a genetic algorithm. It then uses this model to generate paths for the next generation and optimizes obstacle-avoidance paths using edge information.
Conventional path generation methods using genetic algorithms require numerous parameters, such as crossover and mutation rates, to derive an optimal path. Furthermore, because the differences in information between generations are small, they require significant computational power and time to reach convergence.
This technology selects dominant individuals based on the evaluation values of paths from previous generations and determines a node probability model based on the inclusion ratio of nodes within those paths, thereby increasing the probability of successful path generation. Additionally, it defines node pairs without obstacles as "edge information" to reset the node connection sequence, which skips the obstacle-checking phase and improves computational efficiency.
N/A