skip to main content


Search for: All records

Creators/Authors contains: "Fleming, Cody H."

Note: When clicking on a Digital Object Identifier (DOI) number, you will be taken to an external site maintained by the publisher. Some full text articles may not yet be available without a charge during the embargo (administrative interval).
What is a DOI Number?

Some links on this page may take you to non-federal websites. Their policies may differ from this site.

  1. Abstract

    Infrastructure damage has household‐level consequences after a major disaster. Losses are experienced due to factors such as unavailable services and impaired mobility. Socially vulnerable residents, in particular, have few resources with which to adapt. Decision support tools for making justifiable, transparent, repeatable decisions that center the needs of users during recovery are currently nonexistent. In part, this is because infrastructure recovery is a complex process, often involving the coordination of multiple entities. The recovery problem can be rendered more tractable by applying tools suitable for modeling complex systems and processes. System theoretic process analysis (STPA) can be used for goalsetting in a complex, dynamic system such as community civil infrastructure. STPA is used here to devise a decision support tool architecture suitable for coordinated multiagency recovery efforts. The example application is a long‐term recovery process with widespread infrastructure damage, population displacement, and other disruptions in system use due to a major disaster. In the example, losses and hazards are defined to reflect recovery challenges commonly faced by vulnerable populations experiencing partial or total displacement. This extension of STPA then reverses these hazards, starting with the most hazardous system states and progressing sequentially to less hazardous states until recovery is complete.

     
    more » « less
  2. null (Ed.)
    Abstract A novel, exact algorithm is presented to solve the path planning problem that involves finding the shortest collision-free path from a start to a goal point in a two-dimensional environment containing convex and non-convex obstacles. The proposed algorithm, which is called the shortest possible path (SPP) algorithm, constructs a network of lines connecting the vertices of the obstacles and the locations of the start and goal points which is smaller than the network generated by the visibility graph. Then it finds the shortest path from start to goal point within this network. The SPP algorithm generates a safe, smooth and obstacle-free path that has a desired distance from each obstacle. This algorithm is designed for environments that are populated sparsely with convex and nonconvex polygonal obstacles. It has the capability of eliminating some of the polygons that do not play any role in constructing the optimal path. It is proven that the SPP algorithm can find the optimal path in O(nn r2 ) time, where n is the number of vertices of all polygons and n ̓ is the number of vertices that are considered in constructing the path network (n ̓ ≤ n). The performance of the algorithm is evaluated relative to three major classes of algorithms: heuristic, probabilistic, and classic. Different benchmark scenarios are used to evaluate the performance of the algorithm relative to the first two classes of algorithms: GAMOPP (genetic algorithm for multi-objective path planning), a representative heuristic algorithm, as well as RRT (rapidly-exploring random tree) and PRM (probabilistic road map), two well-known probabilistic algorithms. Time complexity is known for classic algorithms, so the presented algorithm is compared analytically. 
    more » « less