Patents
Literature
Patsnap Copilot is an intelligent assistant for R&D personnel, combined with Patent DNA, to facilitate innovative research.
Patsnap Copilot

173 results about "Heuristic function" patented technology

A heuristic function, or simply a heuristic, is a function that ranks alternatives in search algorithms at each branching step based on available information to decide which branch to follow.

Dispatching and route-planning method for multiple AGVs used for material transportation in factory

PendingCN107727099AMake up for the shortcomings of not being able to get the optimal pathOptimal planning pathNavigational calculation instrumentsAlgorithmPlanning approach
The invention relates to a dispatching and route-planning method for multiple AGVs used for material transportation in a factory. The method comprises the following steps: (1) modeling material transportation scenes in a factory, including the travelling routes of AGVs, AGV charging points, loading and unloading points and standby zones for AGVs; (2) storing allocated tasks in a queue; (3) findingout one AGV closest to a current-task issuing site from a set of available AGVs; (4) calculating the shortest route from a current-task start point and a current-task stop point by using an A* algorithm; and (5) calling a time-window algorithm for maintenance of a time-window vector table of the shortest route obtained in the step (4). Compared with traditional A* algorithms, a heuristic functionin the A* algorithm used in the invention takes the traveling cost and turning cost of the AGVs on roads in a workshop into consideration, the time-window vector table of each route section is maintained, and whether conflicts exist in planned routes is determined by judging whether superposition exists; so the problems of collision conflicts, deadlock and the like of AGV route planning are effectively overcome.
Owner:SHANDONG UNIV

Live line work mechanical arm autonomous obstacle avoidance path planning method based on movement primitive libraries

The invention provides a live line work mechanical arm autonomous obstacle avoidance path searching method based on movement primitive libraries. A complete mechanical arm kinematic model and a mechanical arm simplified kinematic model are built, and a mechanical arm working environment is built; the movement primitive libraries are designed in a classified mode, and corresponding movement primitives are designed for the various libraries to serve as library members; distance calculation functions between a mechanical arm and a target point and between the mechanical arm and an obstacle are built in a classified mode, and the danger area threshold value and the target point arriving precision threshold value are set; a heuristic function hd(x) in the Cartesian space and a heuristic function hc(x) in the articulate space, and a heuristic rule are created, and heuristic searching is achieved; and the current pose and the expected pose of the mechanical arm and the Cartesian space distance of the obstacle are calculated, and a path is planned according to the set judgment condition. Mechanical arm operation scene information can be built rapidly and precisely, it is guaranteed that the obstacle avoidance path searching result has suboptimality and completeness, the path can be planned rapidly under the premise of meeting the kinematic constraint, and the stationarity of the mechanical arm movement process is guaranteed.
Owner:NANJING UNIV OF SCI & TECH

Robot path planning method integrating artificial potential field and logarithm ant colony algorithm

The invention provides a robot path planning method integrating an artificial potential field and a logarithm ant colony algorithm. The method comprises the following steps: S1, initializing; S2, establishing a grid map containing obstacle information; S3, establishing a movable grid table of the ants according to the current positions of the ants; S4, calculating an attractive force and a repulsive force received by the position of the current ant in the artificial potential field, establishing an influence function q (t) of the artificial potential field, and calculating a minimum included angle between a resultant force borne by the ant in the artificial potential field and an adjacent grid direction; S5, improving an ant colony algorithm heuristic function eta ij and a pheromone updating strategy; S6, calculating the transition probability density of the improved ant colony algorithm, and updating the tabu table; S7, judging whether path planning exploration is completed or not, ifnot, entering S3, and if yes, entering S8; and S8, performing re-iteration or ending according to the judgment condition. According to the method, the convergence speed of the ant colony algorithm inpath planning is effectively improved, and the situation that the artificial potential field algorithm is prone to falling into local optimum is reduced to a great extent.
Owner:CHONGQING UNIV OF POSTS & TELECOMM

New path planning method based on regular grid DEM data

The present invention discloses a new path planning method based on regular grid DEM data. According to the new path planning method, the distance and the slope are used as the evaluation indexes of the path search; in order to balance the interaction between the distance and the slope, the complete function g(n) of a DA* algorithm is designed based on the distance function of the space path and the slope function constructed with the exponential function; the parameter in the function is calculated with the DEM data, and the new complete function g(n) is optimized so as to be adapted to the change of different resolutions of the DEM data; based on the same strategy and the function construction method, the new heuristic function h(n) of the DA* algorithm is constructed; and in order to improve the search efficiency of the algorithm, by setting the initial weight and dynamically adjusting the weight in the search process, the influence of the complete function and the heuristic function on the evaluation result is changed, such that the new constructed DA* path finding algorithm can efficiently search the appropriate path. According to the preset invention, the new path planning method can self-adapt to the DEM data resolution, and can be used in different application environments.
Owner:GUILIN UNIV OF ELECTRONIC TECH

Mobile robot path planning method

The invention discloses a mobile robot path planning method. The method comprises the following steps: S1, creating a robot environment map by adopting a grid method, and defining a start point and atarget point; S2, searching an environment shortest path by adopting an ant colony, wherein the ant colony algorithm contains the following steps: S21, initializing parameters of the ant colony algorithm; S22, placing m ants at the start point, beginning searching to obtain a feasible path node grating; S23, selecting the next step of moving grid by utilizing a distance heuristic function, and adding the current grid into a tabu table; S24, judging whether all ants reach the target point, if all ants reach the target point, performing the step S25, or returning to step S23; S25, performing pheromone updating by utilizing a path deviation amplifying strategy; and S26, judging whether reaching the maximum number of iterations, ending the ant colony algorithm if reaching the maximum number ofiterations, or adding one on the number of iterations and returning to step S22; and S3, taking the shortest path obtained in the step S2 as the optimal path of the planning. The planning method disclosed by the invention not only improves the global optimal solution, but also improves the convergence speed.
Owner:ANHUI UNIVERSITY OF TECHNOLOGY AND SCIENCE

Bi-directional intelligent search-based manufacturing enterprise shop scheduling optimization method

The invention discloses a bi-directional A*search-based manufacturing enterprise shop scheduling optimization method. The method includes the following steps that: a Petri net model of a system is built according to the processing procedures of the system; the Petri net model is transformed into an input file of the algorithm; related variables such as a identification vector and an incidence matrix are built so as to be used for Petri net evolution and heuristic function construction; the heuristic function of an A*algorithm is constructed; the initial status identifier and terminal status identifier of the system are adopted as the initial statuses of a forward A* algorithm and a reverse A* algorithm, A*search is executed for a terminal status and an initial status; and whether the minimum cost value node of the search algorithm of any direction reaches a final status is judged, or whether the minimum cost value node of the search algorithm at any direction is a node in the OPEN table of the A* search of an opposite direction is judged, if the minimum cost value node of the search algorithm of any direction reaches the final status, or is a node in the OPEN table of the A* search of the opposite direction, an optimal path is constructed from the node to the initial node and terminal node of the system in a backtracked manner, and a scheduling scheme of the system is outputted. With the method of the invention adopted, a small number of nodes are required to be searched, and an optimal scheduling scheme can be found faster.
Owner:NANJING UNIV OF SCI & TECH

Global path planning method based on weighted A * algorithm for expanding search neighborhood

The invention discloses a global path planning method based on a weighted A * algorithm for expanding a search neighborhood, and the method comprises the steps: S1, carrying out the environment modeling according to the point cloud information collected by a sensor, and building a two-dimensional environment model through a grid method; S2, optimizing a target cost estimation function h (n) in anestimation function f (n) of path planning of a weighted A * algorithm for expanding a search neighborhood, adding distance information and angle information, and performing weighted measurement; S3,expanding the searchable neighborhood of the current node of the A * algorithm; and S4, according to the searchable neighborhood obtained in the step S3 and the estimation function cost value of the calculation A * algorithm defined in the step S2, sequentially selecting the node with the minimum global estimation cost value as the next node until the target point, so that the path is the shortestpath. By designing the new heuristic function and expanding the operation of searching the neighborhood, the optimized A * algorithm is more excellent in path length, better in smoothness and shorterin path finding time compared with the original algorithm, and can be suitable for the situation with many obstacles.
Owner:NANJING UNIV

Method for planning route in warehousing system

The invention discloses a method for planning a route in a warehousing system and mainly solves the problem that the route planning efficiency of a robot in a warehousing system is low at present. According to the scheme, the method comprises steps as follows: 1) establishing a 3D space-time map; 2) acquiring information of a starting point and a destination of the robot, and setting the startingpoint as a current node; 3) selecting an extensible node in the 3D map according to the current node, and judging whether the extensible node meets the requirement, and abandoning the extensible nodeif the extensible node does not meet the requirement; 4) calculating heuristic function values of remaining nodes, setting a father node of the remaining nodes as a current node, and putting all the nodes into an open list; 5) selecting the node with the smallest heuristic function value from the open list, setting the node as a current node, and putting the node into a closed list; 6) repeating the step 3) and the step 5) until the cycle termination condition is met; 7) generating a complete route by looking up the father node from the node which is put into the closed list at last. Collaborate work of robots is enhanced, turning consumption is reduced, the system efficiency is improved, and the method can be used for the warehousing system.
Owner:XIDIAN UNIV

Intelligent logistics path planning method and system

The invention discloses an intelligent logistics path planning method and system. The method comprises the following steps: acquiring environment information and establishing a map according to the acquired environment information; representing the map through a two-dimensional array and rasterizing the map; setting the starting point, terminal point and speed change rate of the robot and the starting point, terminal point, coordinate axis speed change, safety distance and threat distance of the obstacle; performing global path planning according to an A*algorithm in combination with a heuristic function to obtain a global optimal path; and according to the global optimal path, in the moving process of the robot, performing dynamic obstacle judgment, if the robot encounters a dynamic obstacle, planning the path again, and if the robot does not encounter the dynamic obstacle, completing path planning. The system comprises a map establishment module, a map preprocessing module, a map initialization module, a global path planning module and a local dynamic obstacle avoidance module. According to the invention, path planning from the starting point to the terminal point can be completed, and dynamic obstacles can be automatically avoided in the moving process.
Owner:NANJING UNIV OF SCI & TECH
Who we serve
  • R&D Engineer
  • R&D Manager
  • IP Professional
Why Eureka
  • Industry Leading Data Capabilities
  • Powerful AI technology
  • Patent DNA Extraction
Social media
Try Eureka
PatSnap group products