WO2005013081A2 - Methods and systems for applying genetic operators to determine system conditions - Google Patents

Methods and systems for applying genetic operators to determine system conditions Download PDF

Info

Publication number
WO2005013081A2
WO2005013081A2 PCT/US2004/024616 US2004024616W WO2005013081A2 WO 2005013081 A2 WO2005013081 A2 WO 2005013081A2 US 2004024616 W US2004024616 W US 2004024616W WO 2005013081 A2 WO2005013081 A2 WO 2005013081A2
Authority
WO
WIPO (PCT)
Prior art keywords
response
population
measured
genotypes
user
Prior art date
Application number
PCT/US2004/024616
Other languages
French (fr)
Other versions
WO2005013081A3 (en
Inventor
Eric Bonabeau
Carl Anderson
John Scott
Julien Budynek
Sergey Malinchik
Original Assignee
Icosystem Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Icosystem Corporation filed Critical Icosystem Corporation
Priority to EP04779619A priority Critical patent/EP1649346A2/en
Publication of WO2005013081A2 publication Critical patent/WO2005013081A2/en
Publication of WO2005013081A3 publication Critical patent/WO2005013081A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/12Computing arrangements based on biological models using genetic models
    • G06N3/126Evolutionary algorithms, e.g. genetic algorithms or genetic programming

Definitions

  • EA Evolutionary Algorithms
  • EC evolutionary computing
  • EA Evolutionary Algorithms
  • evolutionary algorithms can generally be understood to include stochastic search methods that replicate natural biological evolution. Accordingly, use of EAs is predicated on an ability to parameterize possible solutions to a problem using a data structure upon which genetic operations can be performed.
  • Genetic Algorithms are an instance of EAs in which the data structure includes a fixed-length list of values (e.g., single bit), where such data structure elements can be referred to as "genes.”
  • evolutionary algorithms operate on a population of potential solutions by applying a "survival of the fittest" principle to produce approximations to a solution, and includes evaluating potential solutions against a prescribed and/or specified objective or fitness function.
  • a new solution set of approximations is thus created at each generation by selecting potential solutions ("individuals") according to their level of "fitness" in the problem domain (i.e., identifying those best approximating the specified fitness function), and breeding these selected "individuals” using operators emulating natural genetics.
  • Such a process facilitates an evolution of populations of "individuals” that are better suited to their environment than the individuals that they were created -from, just as in natural adaptation.
  • Evolutionary algorithms can thus model natural processes including selection, recombination, mutation, migration, locality, and neighborhood. Evolutionary algorithms are generally performed in a parallel manner, using for example, a migration, global, or diffusion model, to operate on populations of individuals rather than single solutions/individuals. Accordingly, a solution set of individuals (e.g., population) can be randomly initialized, and an objective or fitness function can be evaluated for these individuals. If optimization criteria are not satisfied, a new generation is created where individuals are selected according to their fitness for the production of offspring. Parents can be recombined to produce offspring, and offspring can be mutated with a certain probability. The fitness of the offspring is then computed, and the offspring replace the parents in the population to provide a new generation.
  • a solution set of individuals e.g., population
  • an objective or fitness function can be evaluated for these individuals. If optimization criteria are not satisfied, a new generation is created where individuals are selected according to their fitness for the production of offspring.
  • Parents can be recombined to
  • This cycle is performed until the optimization criteria are satisfied (e.g., satisfying an error criteria between one or more solutions, and the fitness/objective function).
  • the optimization criteria e.g., satisfying an error criteria between one or more solutions, and the fitness/objective function.
  • the genetic operator(s) can include one or more of selection, crossover, mutation, deletion, diversity injection, and elitism.
  • the methods and systems can include implementing elitism by presenting at least two graphical representations to a user, each of the at least two graphical representations associated with at least one genotype in the population and at least one of the measured response(s), receiving a selection of at least one of the graphical representations, and, identifying at least one genotype associated with the at least one selected graphical representation, where, in the methods' and systems' returning to generating a population of genotypes, the methods and systems include the identified genotype in the next generation of the population of genotypes.
  • implementing elitism includes comparing the measured response(s) to a measure, and, based on the comparison, identifying at least one genotype, and, where, in the methods' and systems' returning to generating a population of genotypes, the methods and systems include the identified genotype in the next generation of the population of genotypes .
  • the methods and systems can compare the measured response(s) to a threshold(s), and, determine the condition based on the comparison. Further, in measuring the response(s) of the system, the methods and systems can compare the measured response(s) to a metric that can be a fitness function and/or an objective function.
  • a fitness function/objective function may not be known, and may be mathematically unexpressed.
  • the methods and systems can include determining that an objective function is mathematically unexpressed, presenting data based on the measured response(s) of the system to at least one user, receiving at least one input from the user(s), the input(s) based on the user(s)'s evaluation of the presented data.
  • the user(s)'s input can include, for example, one or more of: a rank of the measured response(s), a rating of the measured response(s), one or more fitness values, a selection of the measured response(s), a selection of a feature of the measured response(s), a termination of the method, an identification of parents for a genetic algorithm, at least one constraint, a modification of at least one constraint, a modification of at least one genetic operator, and a specification of at least one genetic operator.
  • the methods and systems can be terminated based on the user(s)'s input(s).
  • measuring the response(s) of the system can include presenting data based on the measured response(s) in parallel and/or in sequential order, to the user(s).
  • Applying a genetic operator(s) can also include ranking the measured response(s) based on a comparison to a metric, and, applying the genetic operator(s) based on the ranking, where applying can include applying at least one constraint to at least one of the genotypes.
  • Applying constraints can include weighting the constraints.
  • the methods and systems can be used to determine and/or associate a system condition with the response, where the system condition can include one or more of: an unknown system vulnerability(s), a system error(s), a system defect(s), a system loophole(s), and/or a system weakness(es).
  • FIG. 1 is a flow diagram of one embodiment of the disclosed methods and systems;
  • FIG. 2 provides a schematic of a hydraulic model for a horizontal loop firemain system;
  • FIG. 3 demonstrates chromosomal crossover for the example firemain embodiment;
  • FIG. 4 illustrates genie crossover for the example firemain embodiment;
  • FIG. 5 illustrates mutation for the example firemain embodiment;
  • FIG. 6 shows a schematic of a hydraulic network for a pipe rupture in sixty-three locations;
  • FIG. 7 illustrates the results of one simulation;
  • FIG. 8 illustrates webs of webpages;
  • FIG. 9 illustrates computation of a web page score;
  • FIG. 10 illustrates four GOOGLE bombs;
  • FIG. 11 illustrates a hacker script grammar;
  • FIG. 1 is a flow diagram of one embodiment of the disclosed methods and systems;
  • FIG. 2 provides a schematic of a hydraulic model for a horizontal loop firemain system;
  • FIG. 3 demonstrates chromosomal crossover for the example firemain embodiment;
  • FIG. 12 provides examples of chromosome scripts; FIG. 13 shown one example of a subset of a script gene pool; FIG. 14 provides an example of an elitism operation; FIG. 15 illustrates a diversity injection operation; FIG. 16 illustrates a crossover operation; FIG. 17 illustrates a mutation operation; FIG. 18 illustrates a gene subtraction operation; FIG. 19 illustrates a determination of a next generation; FIG. 20 illustrates top scorers for a hacker simulation experiment; FIG. 21 illustrates top scorers for a second hacker simulation experiment; and, FIG. 22 represents a GUI for interactive evolution. DESCRIPTION
  • the illustrated embodiments can be understood as providing exemplary features of varying detail of certain embodiments, and therefore, unless otherwise specified, features, components, modules, and/or aspects of the illustrations can be otherwise combined, separated, interchanged, and/or rearranged without departing from the disclosed systems or methods. Additionally, the shapes and sizes of components are also exemplary and unless otherwise specified, can be altered without affecting the scope of the disclosed and exemplary systems or methods of the present disclosure.
  • the disclosed methods and systems include various EA embodiments that can be employed for testing a model/system, where a model can be understood herein to be a representation of a device and/or system, and/or a component(s) thereof.
  • a model can include a simulation, for example, and the system being modeled can include a control system, a software system, a hardware system, an econometric system, and/or another system for which a model can be provided.
  • the disclosed methods and systems for testing the model can include methods and systems for discovering characteristics of the model/system, including vulnerabilities that may otherwise be unknown, system errors, defects, loopholes, and/or other weaknesses, where such examples are provided for illustration and not limitation.
  • the discovery and/or search for such model/system characteristics can employ subjective data/input that can be provided by, for example, a user.
  • the disclosed methods and systems can be understood to employ evolutionary schemes and agent-based modeling (ABM) to facilitate the evolution of scenarios to test and challenge systems such as control systems.
  • ABSM agent-based modeling
  • the methods and systems can be used to determine, locate, search for, and/or discover combinations of control system parameters from among a population of possible control system actions, which cause the control system to behave, for example, in undesirable manners. Identifying such control system combinations provides information regarding system weaknesses, defects, etc.
  • a control system can be tested prior to reduction to practice, implementation, installation, and/or integration, although the methods and systems can similarly be applied to existing (control) systems.
  • Some examples of a control system include the digital control system of an automobile or a computer network, where often complex arrangements of electronic and mechanical systems frequently employ large numbers of sensors to gather data to determine how to modulate output behavior.
  • a control system is provided and/or presented with configurations of parameters (e.g., sensor data), whereupon the control system processes such data and thereafter provides output control behavior.
  • the disclosed methods and systems can search a space of input/stimulus parameter data to provide the control system with a configuration of parameter data.
  • the process can iterate to identify parameter configurations that provide undesirable control system behavior. By exploring the space of possible input/stimulus and output behaviors, a more robust control system design may be achieved. The number of iterations can be user- determined, and may depend upon the size of the control system. It can be understood that varying types of system behaviors can be identified, including desirable, undesirable, etc., and accordingly, references to determination of "undesirable" behavior can be understood to be an example of one category of system characteristics, where the disclosed methods and systems are not limited to such category. [0024] In some embodiments, different types of data can be evolved to discover system conditions.
  • the methods and systems can be understood to include embodiments for evolving static input data, dynamic input data, static system/environmental configurations, dynamic system/environmental configurations, open- ended sequence and/or parallel sequences of system commands, adaptive agents, and/or co- evolving data and system response/correction.
  • An Agent-based Model is a computer simulation of agents that participate in a system where an individual agent can assess its situation and can make decisions based upon a set of rules, and therefore an ABM can be based on a system of agents and the associated relationships between agents. Agents can execute various behaviors based on the system(s) which the agents represent (e.g., producing, consuming, selling, with such examples provided for illustration and not limitation). It can be understood that an ABM can exhibit complex behavior patterns and hence may provide information about the dynamics of the system that the ABM emulates. The system can be an actual (e.g., "real-world") system, or a theoretical system.
  • EA Evolutionary Algorithm
  • GA genetic algorithms
  • GP genetic programming
  • Recombination can include reproduction, mutation, and/or crossover, where crossover can be understood to be the combination of two individuals (the "parents") to produce two more individuals (the “children”). Some embodiments may employ elitism. Those of ordinary skill will recognize that crossover can include asexual crossover and/or single-child crossover. Accordingly, crossover can be understood to provide genetic material from a previous generation to a subsequent generation. Mutation introduces randomness to the process.
  • EA is thus well known in the art, and the disclosed methods and systems are not limited by such implementations and/or variations of embodiments.
  • a solution can be obtained by comparing individual solutions to a pre-determined objective and/or fitness function
  • the objective and/or fitness function is not pre-determined, but rather, is defined, designated, and/or otherwise selected by a user during iterations and/or epochs of the EA.
  • a solution is not based on individual solutions (e.g., agents), but rather, a solution can be based on a user-input that can be based on a user-evaluation of the collective population (e.g., swarm).
  • the disclosed methods and systems thus allow for a collective evaluation of the population by a user, rather than an individual evaluation of population constituents against an objective function. It can be understood that the disclosed methods and systems may not include an objective function, but rather, a subjective evaluation of the collective behavior.
  • an ABM is created to replicate a system of interacting components whose control system is represented by a set of rules that governs the behavior and interaction between the components, and where the system level properties are measured and reported by the ABM.
  • the ABM is exposed to a combination of environmental and system input parameters and the outcomes are observed at the systemic level.
  • EA methods are then used to search the space of input parameter data based on the observed outputs of the ABM, until combinations of input parameters are identified that lead to a searched-for behavior(s) of interest, which may include, for example, an indication of robustness of the underlying control system.
  • the methods and systems may apply evolutionary techniques where the objective function is a priori unspecified, and determined subjectively by a user via the disclosed methods and systems, based on input(s) from the user(s). Whether the objective function (otherwise known as a fitness function) is a priori unknown, incomplete, susceptible to change, and/or a priori unexpressed mathematically, such conditions can be referred to herein collectively as "a priori mathematically unexpressed.” [0030] Accordingly, although in some EA applications, a solution can be obtained by comparing individual solutions to a pre-determined objective and/or fitness function, in some embodiments of the disclosed embodiments, the objective and/or fitness function is not pre-determined and/or otherwise entirely known (i.e., it is a priori mathematically unexpressed), but rather, such fitness function can be defined, designated, and/or otherwise obtained using the disclosed methods and systems, via user(s) input(s) during iterations and/or epochs of the EA.
  • the user(s) input(s) can be of the type mentioned herein (e.g., modifying EA parameters, assigning rank, modifying components of fitness/constraints).
  • the "search" for a solution can be based on user(s) input(s)
  • the disclosed methods and systems can allow for several parallel and/or sequential representations of the possible solutions identified in each EA/GA GP iteration to be visually presented to one or more users. Accordingly, one or more users can be presented (e.g., graphical user interface, display, etc.) with several parallel and/or sequential representations of solutions, and the ability to provide user input via selection tools and modification mechanisms (e.g., sliders, entry boxes, selection/drop-down boxes, etc.).
  • the different users may be provided such solutions at a single processor-controlled device, and/or such users may be connected to multiple processor-controlled devices, for example, over a network.
  • the methods and systems thus contemplate a stand-alone and/or distributed multi-user environment that can include one or more client-server relationships.
  • a user can assign fitness values to the various solutions according to the perceived value or interestingness of the solutions presented to such user.
  • the user-deemed highest fitness solutions can be selected to make a new generation of offspring solutions, borrowing from the multiplicity of the characteristics in the such user-selected fitness solutions.
  • fitness values (and/or other inputs) assigned by the users can be aggregated to the solutions.
  • Aggregation can be performed by weighting fitness values based on the user, and/or applying equal weights to users. For example, user(s) input(s) (e.g., additional constraints and/or other inputs) may be weighted based on the identity, status, etc., of the user (e.g., a supervisor may be provided more weight than a non-supervisor.). In one embodiment, fitness values (and/or other inputs) can be weighted based on a user's response time. Those of ordinary skill in the art will recognize that there are many different aggregation and/or weighting mechanisms that can be employed, and the disclosed methods and systems are not limited by such variations.
  • multiple users may be given an interval of time in which to respond, and if a response is not received from a given user(s) within the time interval, such user's input(s) may not be employed to obtain a new solution set. The user may or may not be informed of the time interval.
  • a user's input(s) may be used even though such input(s) was based on a previous generation, and thus, based on the foregoing, the disclosed methods and systems can be understood to allow for asynchronous input of users.
  • a user can include a non-human user that can be configured with a pattern-recognition mechanism.
  • one embodiment can employ machine vision or other pattern recognition concepts to identify a determined pattern, and cause a selection of a parallel embodiment as provided herein.
  • visual representations may additionally and/or optionally include not only the agents' collective behavior pattern, but data representing properties and/or characteristics of the collective behavior (e.g., physical and/or other properties, statistical measures, statistical plots, etc.).
  • Figure 1 shows one example embodiment of the disclosed methods and systems that uses interactive evolutionary computing (EEC), although as provided herein, other embodiments do not employ an optional interactive component.
  • EEC interactive evolutionary computing
  • primitives such as objectives, constraints, fitness evaluation criteria, etc.
  • the solutions can be applied to the data 114 applicable to the embodiment, and at least some of the solutions, and/or data based upon such solutions (e.g., plots, property, characteristic, collective behavior, etc.), can be provided to one or more users 116 for visual inspection.
  • the user can thereafter provide input based on the user's preferences 118, which as provided herein, can be subjective to the user(s), and can include a preference/selection, a ranking, an additional constraint, a modification of a constraint, a selection of a parent, and/or another user input allowed by the embodiment.
  • the user input is generally a ranking.
  • genetic operations can be performed 120 and a new population generated 112.
  • the example process of Figure 1 can continue until a user(s) determines that a solution is obtained 122.
  • the example method and system of Figure 1 can be rearranged, as provided herein, and for example, can include user input at other additional and/or optional places in the processing.
  • primitives 110 may be related to system/model parameters and/or inputs, and may be related to particular of such parameters and/or inputs that are believed to be of interest to and/or related to the characteristic of interest.
  • a population can be formed 112 to provide an input to the system (e.g., control system) 114.
  • the population can be representative of sensor data and/or system conditions, for example.
  • the output of the system model in the illustrated embodiment of Figure 1, can be displayed to a user(s) 116 who may select one or more of the outputs 118, where such selections may be viewed as a selection with respect to an elitism operator. Genetic operators can then be applied 120 as specified in the embodiment to generate a new population 112.
  • display to the user(s) 116 and/or user(s) selection 118 may not be performed the GA/EA/GP, but rather, a user and/or another (e.g., system administrator) may determine a priori a scheme (e.g., compute a fitness score for each population, select a percentage of the population per elitism based on the fitness score, and perform genetic operations on the remainder of the population).
  • a priori a scheme e.g., compute a fitness score for each population, select a percentage of the population per elitism based on the fitness score, and perform genetic operations on the remainder of the population.
  • a user input may determine when the methods and systems may end 122, although it can be understood that other metrics (e.g., computational values) can be used optionally and/or additionally in some embodiments.
  • the disclosed methods and systems were used to test local controls that open and close valves and controls that turn pumps on and off on a ship's firemain.
  • Such a system includes a hydraulic network of pumps, valves, pressurized pipes, and sprinkler heads.
  • valve and pump control logic was fixed, and a genetic algorithm was used to evolve two types of system characteristics and/or challenges: first, "extrinsic challenges" such as pipe rupture, e.g. a result of enemy attack, and second, intrinsic challenges such as water drawn off the system, e.g. for ballasting.
  • valve controls isolate sections of ruptured pipe, thereby stemming local flooding while maintaining flow to the sprinkler heads and to junctions where water may need to be drawn off, e.g. to fill ballast tanks thus preventing list. Also, pumps should shut off if they are pumping into "dead ends" and/or to ruptured pipe. [0038] In such a system, there are thus several interdependencies. For example, sprinkler head outflow is based on hydraulic pressure which is based on water demand that may occur in distant sections of the network. Also, valve closure can divert and increase flow to sections of the ship while curtailing it to others.
  • gpm gallons per minute
  • valve and control logic included the following provisions: if a pipe ruptures, every "local" stop valve closes to isolate the broken pipe from the network. In one case, if a pipe ruptures, two stop valves close at either end of the pipe to prevent flow into that rupture location which would cause local flooding. In other cases where a rupture occurs close to a T-junction, three or four stop valves may close.
  • control logic is implemented on the pumps. Accordingly, if the aforementioned control logic closes a stop valve on the riser from a pump, the pump operation should cease to prevent the pumping of water into a "dead end.”
  • EPANET a commercially available system for modeling hydraulic and water quality behavior of water distribution piping systems, was employed to implement the mathematics to determine the steady state flows and pressures, the control logic of the various stop valves and pumps, and the ruptures and demands, although the methods and systems are not limited to such an embodiment.
  • EPANET one can specify a pressured pipe network to include a number of pumps, reservoirs, tanks, valves, etc., and add control logic to components of the network.
  • each genotype i.e., scenario parsed to an EPANET simulation, includes two chromosomes: an r-chromosome represented by a bit string that encodes rupture (or not) at each of the sixty-three pipes; and, a d-chromosome represented by a bit string that encodes a water demand (or not) at each of the forty-nine possible locations.
  • OOTEN Object-Oriented Toolkit for EPANET
  • an individual genotype, i can thus be represented by its respective r- and d- chromosomes using the index i and the notation such that ⁇ and dj, respectively, and the j h gene of the i h chromosomes can be represented as as ry and dy.
  • the GA includes three genetic operators: chromosomal crossover, genie crossover, and mutation. Chromosomal crossover is illustrated in Figure 3, and indicates that the mating of two parents, ⁇ _d ⁇ and r 2 d 2 , causes the swapping or interchanging of the r- and d-chromosomes to produce two new offspring: r ⁇ d 2 and r 2 d ⁇ .
  • the loci can be randomly paired (without replacement) so that one locus of the pair is a -locus and the other locus is a +locus (e.g., a form of random genetic linkage).
  • Rupture locations can be defined by a symmetric proximity matrix, M r , where an entry M nj specifies the physical distance (in 2D Euclidean space) between two rupture locations i and j.
  • the d-chromosome is mutated using an appropriate proximity matrix, Ma, that gives the physical distances between the water demand locations. It is because ruptures and demands involve different proximity matrices that two chromosomes per genotype are employed in this illustrative embodiment.
  • the fitness function can be based on two metrics: deadwater length, and maximum pump flow.
  • Deadwater length includes the total length of pipe, in feet, with zero flow, which includes sections of pipe that are isolated from the pumps due to closed stop valves, and sections that are "dead ends" (i.e., no outlet).
  • the maximum pump flow can be expressed in gallons per minute, for the six pumps. It can be understood that both metrics are maximands to allow for a search of worst case performance. For simplicity, it can be assumed that thirteen sprinklers are associated with values indicating "open" where water flow through the network is monitored.
  • Each generation of the GA included generating a population of n genotypes, where each population was executed on a separate EPANET simulation and the fitness of that genotype determined.
  • elitist selection identified e "fittest" genotypes selected to pass, unaltered, into the next generation.
  • the weights it can be supposed that the ith genotype has fitness j ⁇ and that there is a population of n such genotypes.
  • a range of fitnesses R max ⁇ ⁇ - min ⁇ fi ⁇ is determined from the population.
  • a linear transformation is performed such that the minimum fitness is zero (e.g., subtract min-!J. ⁇ from each./ / such that fitnesses range from zero to R). It can be understood that in embodiments where it may be desired to minimize the fitness metric, R can be subtracted from all fitness values.
  • cR is added to each fitness, where c e (0, ⁇ ) and is a constant, and thus, all fitnesses range from cR to (1 + c)R). In this embodiment, selection occurs probabilistically from the transformed fitnesses, where c determines "selection pressure.” [0052] After an individual is selected for the next generation, chromosomal and genie crossover and mutation are performed with a fixed, independent probability.
  • these operators are not performed on the e elites.
  • population size (n) is fifty
  • elite pool size (e) is ten
  • number of generations ranges between one-hundred and three-hundred
  • number of ruptures (N r ) is between one and five
  • number of demands (Nd) is between zero and two
  • chromosomal crossover probability is 0.5
  • genie crossover probability is 0.5
  • mutation probability is 0.5
  • selection pressure (c) is one
  • Each demand also included 500 gpm drawn off a junction (excepting section 3.3).
  • Figure 6 shows the dead water length, in feet, after a rupture in each of the sixty three rupture locations.
  • a pipe rupture in the starboard aft quarter (bottom left, Figure 6)
  • Figure 6 indicates that some of locations on the starboard beam have small effects, while others have comparatively large effects, e.g. portside bow and quarter.
  • Figure 6 also indicates that there is not one single worst rupture location in this embodiment, but rather four equally bad.
  • thresholds can ' be determined. For example, pump flow thresholds of >1000 gpm can indicate overheating, >1250 gpm can indicate warning/emergency operation, and >1500 can indicate dangerous conditions/untenable operation. These thresholds can be set in the GA which can search the state space. When the GA encounters a scenario whose fitness exceeds the lowest threshold, it records and/or stores a copy of the genotype (and associated fitness). At the end of the simulation, a crude map of the boundary for a user-desired threshold can be determined.
  • One simulation includes two ruptures, two demands of two-thousand gpm each, and a single threshold of one-thousand gpm for pump flow, with the GA fitness metric as maximum pump flow, and values of one for the three crossover and mutation probabilities.
  • the results are illustrated in figure 7.
  • Figure 7 illustrates structure in the central-level group which indicates several demand locations where water should not be drawn off during damage control operations.
  • the maximum pump flows are 4000 gpm, which is greater than the aforementioned analysis.
  • the high pump flow values indicate that the two ruptures effectively cooperated to isolate the fore-most pump without shutting it off.
  • the two demands were immediately in front of the pump so that the 4000 gpm total demand went immediately from the pump to the demand locations.
  • This embodiment thus illustrates that a threshold search collates cases whose fitness exceeds a user-defined threshold(s), thereby allowing more involvement in the testing process. Accordingly, in an embodiment, the scenario generation can be interactive.
  • a user can be presented with a panel of variants and can select/identify, etc. one or more for mating in the next generation, thus biasing and directing the GA towards certain regions of state space.
  • a user may want to fix certain features of the scenario interactively (e.g., always draw water from a specific location) while allowing the other ruptures and demands to evolve.
  • the key locations identified by threshold search in Figure 7 can be fixed with other conditions evolved to understand why such disproportionate failure occurs with these demand locations.
  • EA/GA can be applied to vulnerabilities in, for example, a search engine.
  • the term "GOOGLE bombing" is associated with the GOOGLE search engine, and is known to be a technique to establish a significant number of web pages with links to a given website so as to affect the GOOGLE ranking of the website and cause that website to appear near the top of a GOOGLE search results page. Accordingly, is some instances, the search term does not appear in the website, yet the website appears near the top of a results page for the search term. It is thus understood that web page linkers can affect the "page score" of linkees, where a page score is understood to affect the overall ranking, and thus placement, of the website/webpage in the results list.
  • the disclosed methods and systems can be used to evolve GOOGLE bombs in a simulated network of webpages to evaluate those strategies, if any, that generate a situation in which a target page is elevated to the top of a search result without a given search term appearing in the target page.
  • the disclosed methods and systems can thus use a genetic algorithm to mutate and otherwise evolve populations of webs.
  • each webpage includes a main text which includes a string of uppercase characters representing the main content text of a web page.
  • the page also includes a set of HTML links that each contain a link text (generally also a string of uppercase characters, but limited in this embodiment to a single character), and a link ID that points to a web page having the given ID.
  • Figure 8 demonstrates these webpage features.
  • "B6" represents an HTML link containing the link text "B” and links to webpage 6.
  • a link ID of 0 represents a non-link, which also includes a manner of evolving the number of outgoing links in a page.
  • a webpage includes a main text having five characters and five HTML links, each with a single character. Ten webpages linked according to their HTML links form a web. Webpage #1 is understood to be the target webpage.
  • each webpage can be associated with a page rank which is a numerical value indicating the webpage's "importance.”
  • page rank can be computed as provided by Equation (1):
  • tj is a webpage j that links to webpage /
  • (t y ) is the number of outbound
  • Equation 1 HTML links from webpage j. Equation 1 can be re-written as shown in Equation (2), and solved simultaneously for all webpages in the web using numerical techniques such as Gaussian elimination, although other embodiments may employ other techniques.
  • a webpage's page score can be understood to be a numeric value associated with a given search term. Such a score can be based on various webpage characteristics, features, and/or properties, including for example, location and font size of the keywords and links, page title, and page rank.
  • page score can be determined by associating each webpage with a bar chart which incorporates the frequency of words (e.g., upper case characters) that appear in the web page, and also, the text (e.g., single upper case characters) that appear in the HTML links that link into the webpage. These two properties can be weighted differently such that each character of a webpage is given a weight of one, while characters from incoming links are weighted by the page rank of the webpages sending out the links.
  • the associated bar chart can include categories A, C, D, I, J, B, Q, Z, K each with frequency one (different embodiments may or may not incorporate K which is a non-link).
  • categories A, C, D, I, J, B, Q, Z, K each with frequency one (different embodiments may or may not incorporate K which is a non-link).
  • a search term can be understood as including three upper case characters, for example, "DJK.”
  • the frequencies can be combined (e.g., summed) from the barchart for each of the characters in the search term, thus DJK is the sum of 1 (i.e., frequency of D) + 1 (i.e., frequency of J) + 1.5 (i.e., frequency of K), for a final score of 3.5.
  • the term "ICO" was used.
  • the page score for each webpage in a web can be computed and the GOOGLE bomb that is formed is a target page having the highest page score while not containing the search term in its text, i.e., the page score is a result of the incoming links rather than the page text (content).
  • This example embodiment used a GA/EA to evolve a population of webs and search for GOOGLE bombs in the network state space of the ten Web pages having five main text characters and five single character HTML links web, thereby providing a state space of size (26 5 x 26 5 x 11 5 ) 10 » 3.7 x 10 193 (11 HTML link weblDs ranging from 0-10 inclusive).
  • the genotype corresponded to the webpage text and links IDs.
  • the disclosed systems and methods include generating a population of n separate webs, and calculating the page scores of the Web pages in the webs for the same search term of "ICO.”
  • the fitness of each web was determined and associated with a fitness value, and based on the fitness values, a number e of webs was chosen to pass unaltered into the next generation.
  • the remaining (n - e) "selected" webs can be altered using fixed probability, genetic operators.
  • the example systems and methods implement mutation operators only, although the disclosed systems and methods are not so limited. For example, recombination operators can be implemented in other models.
  • Binomial( « , pi) web pages are selected at random, and for each selected webpage, one of the HTML links is selected at random and its text mutated to a random upper case character.
  • For mutations of HTML link IDs there is a link ID mutation probability p ⁇ - ⁇ (0, 1) and a main text mutation level, m ⁇ 1,2, ..., ⁇ . web pages are selected at random, and for each selected webpage, one of the HTML links is selected at random and its ID mutated to a random number between zero (no link) and the number of web pages in a web.
  • mismatch score can range between zero (e.g., all characters of the search term appear in the target web page) and one (e.g., there is no match between the search term and the target page's text).
  • Target page rank can be the number of webpages in a given web having a page score less than that of the target webpage.
  • the maximum target page rank value is w—1 if the target has the highest page score, and zero if the target page has the lowest score or all pages have the same score.
  • the example embodiment can consider the fitness value(s) provided herein as a raw fitness, and accordingly, selection for the next generation can be based not on these values but on weightings representing a normalized selection pressure.
  • the i l web has fitness jfi.
  • a range of fitnesses R max ⁇ ⁇ - min ⁇ / ⁇ is determined, and a linear transformation can be performed such that the minimum is zero (e.g., subtract min ⁇ / ⁇ from each ⁇ i, so that fitness ranges from zero to R).
  • R can be subtracted from all fitness values.
  • (c x R) can be added to each fitness where c e (0, ⁇ ) and is a constant, thereby scaling the fitness range from cR to (1 + c)R. Selection can occur probabilistically from these transformed fitnesses, where c determines "selection pressure.”
  • Table 1 typical parameter values Used in the simulations.
  • Table 1 provides parameter values used in one embodiment.
  • the example embodiment coded a utility in "R” that plots the "anatomy' of a GOOGLE bomb, i.e., the network link structure, and shown in Figure 10.
  • Each number 1-10 represents a Web page.
  • the target page is in bold and also indicated with an asterisk, and arrows represent the HTML links. Links to the target page are also shown in bold. The lack of a pattern may suggest that there may exist a large number of strategies to GOOGLE bomb a target page.
  • techniques other than Gaussian elimination can be used.
  • the present embodiment included initial conditions that were completely randomized and the GA was free to mutate different text and link IDs with equal probability, other variations may bias initial HTML link text to the characters of the search term, increase the length of the link text, bias links to the target page, specify that any link to the target page must contain characters in the search term, make links to the target "sticky," i.e., less likely to mutate than other links, and, optimize the parameter values.
  • a genetic algorithm (GA/EA) and interactive evolution can be used to evolve scripts to explore the space of possible intrusions to a computer system. Using the disclosed methods and systems, vulnerabilities of the computer system can be identified. For the disclosed embodiments, the intrusions can be understood to be in the form of scripts by an unauthorized user, referred to herein and generally as a "hacker.”
  • the model of the disclosed embodiment can include two different types of agents, authorized users ("users”) and hackers, and the operating environment, or a server.
  • users interact with the server by regularly logging in and out and performing other user behavior once on the system (e.g., run programs, applications, generate code, add and modify files and/or directories, FTP files to and from the server, etc.).
  • a hacker generally interacts with the system/server by entering at random times and executing a pre-defined script, then leaving the system. The hacker generally enters the system/server as a root user or as a normal user, who then uses the "su" command to become root.
  • a hacker script can be understood to be a sequence of commands that the hacker issues upon logging into the system/server. Scripts can be understood to be pre-defined in that they can be created before the hacker enters the server but are randomly generated using a simple grammar. The grammar is designed such that generally, every command is provided to achieve a goal, e.g., the theft of a file, the introduction of a "backdoor” mechanism that allows the hacker to gain entry to the system in the future, etc. Many of these goals can be subsumed under other goals.
  • This subsumption tree can be used to generate a script by beginning at the most general goals at the top and then randomly deciding which possible sub-goals should be attempted, and how. This includes recursively traversing the tree, from sub-goal to sub-goal, until concrete commands are chosen.
  • Sub- goals can be specified either as a sequence, a combination, or a single choice picked from a list. Items in a sequence are executed in order, while a combination can return a subset of its items and in any order, creating the most variability. When items are specified in a list, only a single item is returned. [0082] As an example, part of a sub-goal tree is illustrated in Figure 11.
  • the top-level goals are a sequence of entering the system, "doing stuff as provided in Figure 11, cleaning up, and exiting.
  • "doing stuff may include downloading a client, stealing files, creating a backdoor, and/or destroying files.
  • a hacker script can include one or more of these actions, performed in different orders.
  • Further traversing the Figure 11 tree illustrates that creating a backdoor is another combination, which involves at least one choice, between removing /etc/hosts or /etc/hosts.deny.
  • An analysis program referred to herein as the "log analyzer,” is capable of gathering evidence from a server/computer after a simulation concludes. Gathering evidence can include collecting raw log file data and/or using rules to determine which out of twenty-eight pre-defined pieces of evidence a hacker left behind. These rules involve scanning log files, the directory tree, and the statistics of key files.
  • Table 2 is an illustration of a relationship between basic hacker actions, log files, and a detection scheme of the log analyzer.
  • the ScriptBuilder is a grammar that enables the creation of novel hacking scripts.
  • the disclosed methods and systems can be employed to enhance the capabilities of a grammar such as ScriptBuilder.
  • the population includes scripts.
  • One script is one individual, and an individual is represented by a chromosome, which is represented by a sequence of genes. Because a hacking script includes a sequence of Unix commands, a gene can be defined as a single Unix command; however, because the length of the scripts are variable, the chromosomes length is also variable.
  • the gene pool can be defined as a complete set of Unix commands ( Figure 12) that can be generated by ScriptBuilder; and, a chromosome can include an ordered subset of the gene pool ( Figure 13).
  • the initial population can be generated by ScriptBuilder to provide a population of consistent hacking scripts.
  • a fitness function can be understood to be a measure of the efficiency of the hacking script, and may use a simulation engine to assign a numeric value to one individual.
  • the evolutionary mechanism can utilize the genetic operators of elitism, mutation, crossover, gene subtraction, and/or diversity injection, with such examples provided for illustration and not limitation.
  • two genetic operators apply to the population as a whole: the elitism operator extracts, for a given generation, the "top” individuals with regard to their fitness, and inserts these "top” individuals in the next generation.
  • An illustration of elitism is shown in Figure 14.
  • a diversity injection operator adds new individuals to a given population. These new individuals are generated by ScriptBuilder, and the operation is illustrated in Figure 15.
  • the crossover operator is a binary operator that creates a new child individual, given a two parent individual.
  • Crossover selects a first point in the first parent's chromosome, and all the genes before the first point are given to/replicated in the child's chromosome. Crossover then picks a second point in the second parent's chromosome, and all the genes after the second point are added to/replicated in the child's chromosome.
  • Figure 16 is representative of crossover.
  • the mutation operator is a unary operator in which the genes of the parent are considered individually, and there is a fixed probability (e.g., 0.05) that the gene will be mutated. If the gene is mutated, a random gene is selected from the gene pool to replace the I parent's gene. When all genes are considered, a new individual is created.
  • Figure 17 illustrates mutation.
  • the gene subtraction operator is intended to make chromosomes shorter.
  • gene subtraction a random number of genes (e.g., between one and five) located at random places on the chromosome, are deleted. Deletion creates a new individual, as shown in Figure 18. ⁇ '
  • generation n+1 is obtained using a process as shown in Figure 19.
  • the remaining operators, parent individuals are chosen using a selector function that can select a random individual among the half best of generatio s.
  • m individuals are selected, and mutation is applied to them such that generation n+1 includes 2m individuals. Crossover is performed m times (e.g., select two parents and cross them), to provide generation n+1 has 3m individuals.
  • a fitness function can include a measure/measurement of the efficiency of the hacking script. To evaluate this measure/value, the script can be provided to a simulation and the hacker activity monitored to determine when the script has reached the different goals that the hacker can achieve. Also monitored are the hacker's Unix commands, specifically, to note when they return an invalid result. When the simulation is complete, the log analyzer can be used.
  • Some indicators included in the fitness function include a number of goals achieved by the hacker (#g), a number of evidences discovered by the log analyzer (#e), a number of bad commands used by the hacker (#b), and, a length of the script used by the hacker (#c).
  • the example fitness function provided a fitness of zero if the hacker achieved zero goals, and if the hacker achieved at least one goal, the fitness value is determined according to the following: [l/(l+#e 2 )]*[l/(l+#b)]*[l/(l+#c/10)] (5)
  • the example fitness decreases with the number of evidences detected by the log analyzer, with the number of invalid commands, and with the global length of the script.
  • the fitiiess increases with a short script that leaves no trace, and has no bad commands. Such a script is the most efficient that we can achieve in the context of the simulation.
  • the simulator For each of the displayed individuals, the simulator is executed, and the following information, for example, can be displayed and/or otherwise provided with the script/individual: number of bad commands, number of goals that the hacker has reached, and, number of evidences detected by the log analyzer, where in the displayed embodiment, the color used to display the information reflects the number of evidences. A goal is to obtain zero evidences.
  • a user can select which individual best estimates the desired, subjective fitness by selecting one or more individuals.
  • the selected individuals can be the parents of the following generation, thereby satisfying elitism portion of the GA. Further, as also shown in Figure 22 (right side), the user can decide which operators will be applied to the selected individuals.
  • a fitness may be known, a user may still select one or more individuals as the parents of the following generation.
  • the methods and systems described herein are not limited to a particular hardware or software configuration, and may find applicability in many computing or processing environments.
  • the methods and systems can be implemented in hardware or software, or a combination of hardware and software.
  • the methods and systems can be implemented in one or more computer programs, where a computer program can be understood to include one or more processor executable instructions.
  • the computer program(s) can execute on one or more programmable processors, and can be stored on one or more storage medium readable by the processor (including volatile and non- volatile memory and/or storage elements), one or more input devices, and/or one or more output devices.
  • the processor thus can access one or more input devices to obtain input data, and can access one or more output devices to communicate output data.
  • the input and/or output devices can include one or more of the following: Random Access Memory (RAM), Redundant Array of Independent Disks (RAID), floppy drive, CD, DVD, magnetic disk, internal hard drive, external hard drive, memory stick, or other storage device capable of being accessed by a processor as provided herein, where such aforementioned examples are not exhaustive, and are for illustration and not limitation.
  • RAM Random Access Memory
  • RAID Redundant Array of Independent Disks
  • floppy drive CD, DVD, magnetic disk, internal hard drive, external hard drive, memory stick, or other storage device capable of being accessed by a processor as provided herein, where such aforementioned examples are not exhaustive, and are for illustration and not limitation.
  • the computer program(s) can be implemented using one or more high level procedural or object-oriented programming languages to communicate with a computer system; however, the program(s) can be implemented in assembly or machine language, if desired. The language can be compiled or interpreted.
  • the processor(s) can thus be embedded in one or more devices that can be operated independently or together in a networked environment, where the network can include, for example, a Local Area Network (LAN), wide area network (WAN), and/or can include an intranet and/or the internet and/or another network.
  • the network(s) can be wired or wireless or a combination thereof and can use one or more communications protocols to facilitate communications between the different processors.
  • the processors can be configured for distributed processing and can utilize, in some embodiments, a client-server model as needed. Accordingly, the methods and systems can utilize multiple processors and/or processor devices, and the processor instructions can be divided amongst such single or multiple processor/devices.
  • the device(s) or computer systems that integrate with the processor(s) can include, for example, a personal computer(s), workstation (e.g., Sun, HP), personal digital assistant (PDA), handheld device such as cellular telephone, laptop, handheld, or another device capable of being integrated with a processor(s) that can operate as provided herein. Accordingly, the devices provided herein are not exhaustive and are provided for illustration and not limitation.
  • workstation e.g., Sun, HP
  • PDA personal digital assistant
  • handheld device such as cellular telephone, laptop, handheld, or another device capable of being integrated with a processor(s) that can operate as provided herein. Accordingly, the devices provided herein are not exhaustive and are provided for illustration and not limitation.
  • references to "a microprocessor” and “a processor”, or “the microprocessor” and “the processor,” can be understood to include one or more microprocessors that can communicate in a stand-alone and/or a distributed environment(s), and can thus can be configured to communicate via wired or wireless communications with other processors, where such one or more processor can be configured to operate on one or more processor- controlled devices that can be similar or different devices.
  • Use of such "microprocessor” or “processor” terminology can thus also be understood to include a central processing unit, an arithmetic logic unit, an application-specific integrated circuit (IC), and/or a task engine, with such examples provided for illustration and not limitation.
  • references to memory can include one or more processor-readable and accessible memory elements and/or components that can be internal to the processor-controlled device, external to the processor-controlled device, and/or can be accessed via a wired or wireless network using a variety of communications protocols, and unless otherwise specified, can be arranged to include a combination of external and internal memory devices, where such memory can be contiguous and/or partitioned based on the application.
  • references to a database can be understood to include one or more memory associations, where such references can include commercially available database products (e.g., SQL, Informix, Oracle) and also proprietary databases, and may also include other structures for associating memory such as links, queues, graphs, trees, with such structures provided for illustration and not limitation.
  • references to a network can include one or more intranets and/or the internet.
  • References herein to microprocessor instructions or microprocessor-executable instructions, in accordance with the above, can be understood to include programmable hardware.
  • input from the user can be provided at multiple stages (e.g., at initialization, problem definition, etc.).
  • the disclosed embodiments can employ the use of randomly generated solutions in addition to those derived from user selection.
  • the formulation of the solution can be partitioned amongst several users, with different users influencing the solution in a different manner.

Abstract

Disclosed are methods, systems, and/or processor program products that include generating a population of genetypes (Figure 1, 110, 112, 114, 116, 118, 120 & 122), the genotypes based on at least one stimulus to a system, measuring at least one repsonse of the system upon providing the population of genotypes to at least one model of the system, and, based on the measured at least one response of the system, performing at least one of (a) applying at least one genetic operator to at least some of the populations of genotypes, and iteratively returning to generating a population of genetypes, and (b) associating a condition of the system with at least one of the population of genotypes.

Description

METHODS -AND SYSTEMS FOR APPLYING GENETIC OPERATORS TO DETERMINE SYSTEM CONDITIONS
CLA OF PRIORITY [0001] This application claims priority to the following provisional patent applications, the entireties of which are expressly incorporated herein by reference: U.S.S.N. 60/491,864 filed on August 1, 2003, U.S.S.N. 60/537,761 filed on January 20, 2004, U.S.S.N. 60/543,195 filed on February 10, 2004, and U.S.S.N. 60/585,631, entitled "Hacker simulation model: Evolving Hacker Scripts," filed on July 6, 2004 (Attorney Docket: ICO- 016.60)
RELATED APPLICATIONS [0002] This application is related to co-pending U.S.S.N. 10/815,321, filed on April 1, 2004, the contents of which are expressly incorporated herein by reference in their entirety.
BACKGROUND (1) Field [0003] The disclosed methods and systems relate generally to evolutionary computing (EC), and more particularly to EC as related to system control and/or modeling. (2) Description of Relevant Art [0004] Evolutionary Algorithms (EA) can be used in solving and/or approximating solutions to multifaceted problems, and/or problems that may change over time. In some embodiments, evolutionary algorithms can generally be understood to include stochastic search methods that replicate natural biological evolution. Accordingly, use of EAs is predicated on an ability to parameterize possible solutions to a problem using a data structure upon which genetic operations can be performed. Those of ordinary skill understand that Genetic Algorithms are an instance of EAs in which the data structure includes a fixed-length list of values (e.g., single bit), where such data structure elements can be referred to as "genes." [0005] Often, evolutionary algorithms operate on a population of potential solutions by applying a "survival of the fittest" principle to produce approximations to a solution, and includes evaluating potential solutions against a prescribed and/or specified objective or fitness function. A new solution set of approximations is thus created at each generation by selecting potential solutions ("individuals") according to their level of "fitness" in the problem domain (i.e., identifying those best approximating the specified fitness function), and breeding these selected "individuals" using operators emulating natural genetics. Such a process facilitates an evolution of populations of "individuals" that are better suited to their environment than the individuals that they were created -from, just as in natural adaptation.
[0006] Evolutionary algorithms can thus model natural processes including selection, recombination, mutation, migration, locality, and neighborhood. Evolutionary algorithms are generally performed in a parallel manner, using for example, a migration, global, or diffusion model, to operate on populations of individuals rather than single solutions/individuals. Accordingly, a solution set of individuals (e.g., population) can be randomly initialized, and an objective or fitness function can be evaluated for these individuals. If optimization criteria are not satisfied, a new generation is created where individuals are selected according to their fitness for the production of offspring. Parents can be recombined to produce offspring, and offspring can be mutated with a certain probability. The fitness of the offspring is then computed, and the offspring replace the parents in the population to provide a new generation. This cycle is performed until the optimization criteria are satisfied (e.g., satisfying an error criteria between one or more solutions, and the fitness/objective function). [0007] In systems having a large number of control parameters, for example, it may not be possible to encode, describe, or otherwise fully evaluate the space of possible system configurations due to the large number of control parameters. SUMMARY [0008] Disclosed are methods, systems, and/or processor program products that include generating a population of genotypes, the genotypes based on at least one stimulus to a system, measuring a response(s) of the system upon providing the population of genotypes to a model(s) of the system, and, based on the measured response(s) of the system, performing at least one of: (a) applying a genetic operator(s) to at least some of the population of genotypes, and iteratively returning to generating a population of genotypes, and (b) associating a condition of the system with at least one of the population of genotypes. The genetic operator(s) can include one or more of selection, crossover, mutation, deletion, diversity injection, and elitism.
[0009] The methods and systems can include implementing elitism by presenting at least two graphical representations to a user, each of the at least two graphical representations associated with at least one genotype in the population and at least one of the measured response(s), receiving a selection of at least one of the graphical representations, and, identifying at least one genotype associated with the at least one selected graphical representation, where, in the methods' and systems' returning to generating a population of genotypes, the methods and systems include the identified genotype in the next generation of the population of genotypes.
[0010] In some embodiments, implementing elitism includes comparing the measured response(s) to a measure, and, based on the comparison, identifying at least one genotype, and, where, in the methods' and systems' returning to generating a population of genotypes, the methods and systems include the identified genotype in the next generation of the population of genotypes .
[0011] In associating a condition of the system with at least one of the population of genotypes, the methods and systems can compare the measured response(s) to a threshold(s), and, determine the condition based on the comparison. Further, in measuring the response(s) of the system, the methods and systems can compare the measured response(s) to a metric that can be a fitness function and/or an objective function. [0012] In some embodiments, a fitness function/objective function may not be known, and may be mathematically unexpressed. In such embodiments, the methods and systems can include determining that an objective function is mathematically unexpressed, presenting data based on the measured response(s) of the system to at least one user, receiving at least one input from the user(s), the input(s) based on the user(s)'s evaluation of the presented data. The user(s)'s input can include, for example, one or more of: a rank of the measured response(s), a rating of the measured response(s), one or more fitness values, a selection of the measured response(s), a selection of a feature of the measured response(s), a termination of the method, an identification of parents for a genetic algorithm, at least one constraint, a modification of at least one constraint, a modification of at least one genetic operator, and a specification of at least one genetic operator. In some embodiments, the methods and systems can be terminated based on the user(s)'s input(s). [0013] In embodiments, measuring the response(s) of the system can include presenting data based on the measured response(s) in parallel and/or in sequential order, to the user(s). [0014] Applying a genetic operator(s) can also include ranking the measured response(s) based on a comparison to a metric, and, applying the genetic operator(s) based on the ranking, where applying can include applying at least one constraint to at least one of the genotypes. Applying constraints can include weighting the constraints. [0015] It can thus be understood that the methods and systems can be used to determine and/or associate a system condition with the response, where the system condition can include one or more of: an unknown system vulnerability(s), a system error(s), a system defect(s), a system loophole(s), and/or a system weakness(es).
[0016] Other objects and advantages will become apparent hereinafter in view of the specification and drawings.
BRIEF DESCRIPTION OF THE DRAWINGS [0017] FIG. 1 is a flow diagram of one embodiment of the disclosed methods and systems; FIG. 2 provides a schematic of a hydraulic model for a horizontal loop firemain system; FIG. 3 demonstrates chromosomal crossover for the example firemain embodiment; FIG. 4 illustrates genie crossover for the example firemain embodiment; FIG. 5 illustrates mutation for the example firemain embodiment; FIG. 6 shows a schematic of a hydraulic network for a pipe rupture in sixty-three locations; FIG. 7 illustrates the results of one simulation; FIG. 8 illustrates webs of webpages; FIG. 9 illustrates computation of a web page score; FIG. 10 illustrates four GOOGLE bombs; FIG. 11 illustrates a hacker script grammar; FIG. 12 provides examples of chromosome scripts; FIG. 13 shown one example of a subset of a script gene pool; FIG. 14 provides an example of an elitism operation; FIG. 15 illustrates a diversity injection operation; FIG. 16 illustrates a crossover operation; FIG. 17 illustrates a mutation operation; FIG. 18 illustrates a gene subtraction operation; FIG. 19 illustrates a determination of a next generation; FIG. 20 illustrates top scorers for a hacker simulation experiment; FIG. 21 illustrates top scorers for a second hacker simulation experiment; and, FIG. 22 represents a GUI for interactive evolution. DESCRIPTION
[0018] To provide an overall understanding, certain illustrative embodiments will now be described; however, it will be understood by one of ordinary skill in the art that the systems and methods described herein can be adapted and modified to provide systems and methods for other suitable applications and that other additions and modifications can be made without departing from the scope of the systems and methods described herein.
[0019] Unless otherwise specified, the illustrated embodiments can be understood as providing exemplary features of varying detail of certain embodiments, and therefore, unless otherwise specified, features, components, modules, and/or aspects of the illustrations can be otherwise combined, separated, interchanged, and/or rearranged without departing from the disclosed systems or methods. Additionally, the shapes and sizes of components are also exemplary and unless otherwise specified, can be altered without affecting the scope of the disclosed and exemplary systems or methods of the present disclosure.
[0020] The disclosed methods and systems include various EA embodiments that can be employed for testing a model/system, where a model can be understood herein to be a representation of a device and/or system, and/or a component(s) thereof. Accordingly, a model can include a simulation, for example, and the system being modeled can include a control system, a software system, a hardware system, an econometric system, and/or another system for which a model can be provided. The disclosed methods and systems for testing the model can include methods and systems for discovering characteristics of the model/system, including vulnerabilities that may otherwise be unknown, system errors, defects, loopholes, and/or other weaknesses, where such examples are provided for illustration and not limitation. In an embodiment, the discovery and/or search for such model/system characteristics can employ subjective data/input that can be provided by, for example, a user.
[0021] In one embodiment, the disclosed methods and systems can be understood to employ evolutionary schemes and agent-based modeling (ABM) to facilitate the evolution of scenarios to test and challenge systems such as control systems. In such embodiments, the methods and systems can be used to determine, locate, search for, and/or discover combinations of control system parameters from among a population of possible control system actions, which cause the control system to behave, for example, in undesirable manners. Identifying such control system combinations provides information regarding system weaknesses, defects, etc.
[0022] In one embodiment, a control system can be tested prior to reduction to practice, implementation, installation, and/or integration, although the methods and systems can similarly be applied to existing (control) systems. Some examples of a control system include the digital control system of an automobile or a computer network, where often complex arrangements of electronic and mechanical systems frequently employ large numbers of sensors to gather data to determine how to modulate output behavior. [0023] Generally, a control system is provided and/or presented with configurations of parameters (e.g., sensor data), whereupon the control system processes such data and thereafter provides output control behavior. Using the output-behavior as an objective function, the disclosed methods and systems can search a space of input/stimulus parameter data to provide the control system with a configuration of parameter data. The process can iterate to identify parameter configurations that provide undesirable control system behavior. By exploring the space of possible input/stimulus and output behaviors, a more robust control system design may be achieved. The number of iterations can be user- determined, and may depend upon the size of the control system. It can be understood that varying types of system behaviors can be identified, including desirable, undesirable, etc., and accordingly, references to determination of "undesirable" behavior can be understood to be an example of one category of system characteristics, where the disclosed methods and systems are not limited to such category. [0024] In some embodiments, different types of data can be evolved to discover system conditions. For example, the methods and systems can be understood to include embodiments for evolving static input data, dynamic input data, static system/environmental configurations, dynamic system/environmental configurations, open- ended sequence and/or parallel sequences of system commands, adaptive agents, and/or co- evolving data and system response/correction.
[0025] An Agent-based Model (ABM) is a computer simulation of agents that participate in a system where an individual agent can assess its situation and can make decisions based upon a set of rules, and therefore an ABM can be based on a system of agents and the associated relationships between agents. Agents can execute various behaviors based on the system(s) which the agents represent (e.g., producing, consuming, selling, with such examples provided for illustration and not limitation). It can be understood that an ABM can exhibit complex behavior patterns and hence may provide information about the dynamics of the system that the ABM emulates. The system can be an actual (e.g., "real-world") system, or a theoretical system.
[0026] An Evolutionary Algorithm (EA) can be understood to be a stochastic search method that can be applied to a population of solutions. As provided herein, EA (and more specifically, genetic algorithms (GA) and/or genetic programming (GP)) can generally include three factors that include: a population of solutions that may be randomly initialized, one or more mutation operators capable of altering and/or changing at least one of the solutions to a neighboring solution (e.g., a local search operator), and a recombination operator which can recombine a genotype of two parents into a child solution inheriting traits from both parents (e.g., a global search operator). Recombination can include reproduction, mutation, and/or crossover, where crossover can be understood to be the combination of two individuals (the "parents") to produce two more individuals (the "children"). Some embodiments may employ elitism. Those of ordinary skill will recognize that crossover can include asexual crossover and/or single-child crossover. Accordingly, crossover can be understood to provide genetic material from a previous generation to a subsequent generation. Mutation introduces randomness to the process. The variations of EA are thus well known in the art, and the disclosed methods and systems are not limited by such implementations and/or variations of embodiments. [0027] Although in some EA applications, a solution can be obtained by comparing individual solutions to a pre-determined objective and/or fitness function, in some of the disclosed embodiments, the objective and/or fitness function is not pre-determined, but rather, is defined, designated, and/or otherwise selected by a user during iterations and/or epochs of the EA. Further, as provided herein, a solution is not based on individual solutions (e.g., agents), but rather, a solution can be based on a user-input that can be based on a user-evaluation of the collective population (e.g., swarm). The disclosed methods and systems thus allow for a collective evaluation of the population by a user, rather than an individual evaluation of population constituents against an objective function. It can be understood that the disclosed methods and systems may not include an objective function, but rather, a subjective evaluation of the collective behavior.
[0028] In one embodiment of the disclosed methods and systems that is provided for illustration and not limitation, an ABM is created to replicate a system of interacting components whose control system is represented by a set of rules that governs the behavior and interaction between the components, and where the system level properties are measured and reported by the ABM. The ABM is exposed to a combination of environmental and system input parameters and the outcomes are observed at the systemic level. EA methods are then used to search the space of input parameter data based on the observed outputs of the ABM, until combinations of input parameters are identified that lead to a searched-for behavior(s) of interest, which may include, for example, an indication of robustness of the underlying control system.
[0029] In such an embodiment, the methods and systems may apply evolutionary techniques where the objective function is a priori unspecified, and determined subjectively by a user via the disclosed methods and systems, based on input(s) from the user(s). Whether the objective function (otherwise known as a fitness function) is a priori unknown, incomplete, susceptible to change, and/or a priori unexpressed mathematically, such conditions can be referred to herein collectively as "a priori mathematically unexpressed." [0030] Accordingly, although in some EA applications, a solution can be obtained by comparing individual solutions to a pre-determined objective and/or fitness function, in some embodiments of the disclosed embodiments, the objective and/or fitness function is not pre-determined and/or otherwise entirely known (i.e., it is a priori mathematically unexpressed), but rather, such fitness function can be defined, designated, and/or otherwise obtained using the disclosed methods and systems, via user(s) input(s) during iterations and/or epochs of the EA. The user(s) input(s) can be of the type mentioned herein (e.g., modifying EA parameters, assigning rank, modifying components of fitness/constraints). [0031] Because, in some embodiments, the "search" for a solution can be based on user(s) input(s), the disclosed methods and systems can allow for several parallel and/or sequential representations of the possible solutions identified in each EA/GA GP iteration to be visually presented to one or more users. Accordingly, one or more users can be presented (e.g., graphical user interface, display, etc.) with several parallel and/or sequential representations of solutions, and the ability to provide user input via selection tools and modification mechanisms (e.g., sliders, entry boxes, selection/drop-down boxes, etc.). The different users may be provided such solutions at a single processor-controlled device, and/or such users may be connected to multiple processor-controlled devices, for example, over a network. The methods and systems thus contemplate a stand-alone and/or distributed multi-user environment that can include one or more client-server relationships. For example, a user can assign fitness values to the various solutions according to the perceived value or interestingness of the solutions presented to such user. In an embodiment, the user-deemed highest fitness solutions can be selected to make a new generation of offspring solutions, borrowing from the multiplicity of the characteristics in the such user-selected fitness solutions. In a multi-user embodiment, fitness values (and/or other inputs) assigned by the users can be aggregated to the solutions. Aggregation can be performed by weighting fitness values based on the user, and/or applying equal weights to users. For example, user(s) input(s) (e.g., additional constraints and/or other inputs) may be weighted based on the identity, status, etc., of the user (e.g., a supervisor may be provided more weight than a non-supervisor.). In one embodiment, fitness values (and/or other inputs) can be weighted based on a user's response time. Those of ordinary skill in the art will recognize that there are many different aggregation and/or weighting mechanisms that can be employed, and the disclosed methods and systems are not limited by such variations. [0032] In some embodiments, multiple users may be given an interval of time in which to respond, and if a response is not received from a given user(s) within the time interval, such user's input(s) may not be employed to obtain a new solution set. The user may or may not be informed of the time interval. In some embodiments, a user's input(s) may be used even though such input(s) was based on a previous generation, and thus, based on the foregoing, the disclosed methods and systems can be understood to allow for asynchronous input of users. [0033] Although the described methods and systems can contemplate a human user, a user can include a non-human user that can be configured with a pattern-recognition mechanism. For example, one embodiment can employ machine vision or other pattern recognition concepts to identify a determined pattern, and cause a selection of a parallel embodiment as provided herein. In some embodiments, visual representations may additionally and/or optionally include not only the agents' collective behavior pattern, but data representing properties and/or characteristics of the collective behavior (e.g., physical and/or other properties, statistical measures, statistical plots, etc.).
[0034] Figure 1 shows one example embodiment of the disclosed methods and systems that uses interactive evolutionary computing (EEC), although as provided herein, other embodiments do not employ an optional interactive component. In the Figure 1 embodiment, based on the embodiment (e.g., the design being considered, the problem to be addressed, etc.), primitives such as objectives, constraints, fitness evaluation criteria, etc., can be developed 110, and upon which a population of solutions can be developed 112 (e.g., using a genetic algorithm). The solutions can be applied to the data 114 applicable to the embodiment, and at least some of the solutions, and/or data based upon such solutions (e.g., plots, property, characteristic, collective behavior, etc.), can be provided to one or more users 116 for visual inspection. The user can thereafter provide input based on the user's preferences 118, which as provided herein, can be subjective to the user(s), and can include a preference/selection, a ranking, an additional constraint, a modification of a constraint, a selection of a parent, and/or another user input allowed by the embodiment. In the Figure 1 embodiment, the user input is generally a ranking. Based on the user's input, genetic operations can be performed 120 and a new population generated 112. The example process of Figure 1 can continue until a user(s) determines that a solution is obtained 122. Those of ordinary skill will understand that the example method and system of Figure 1 can be rearranged, as provided herein, and for example, can include user input at other additional and/or optional places in the processing. [0035] Accordingly, in applying Figure 1 to the disclosed methods and systems which can be related to a model of a system and using an EA/GA GP to discover characteristics of the system, primitives 110 may be related to system/model parameters and/or inputs, and may be related to particular of such parameters and/or inputs that are believed to be of interest to and/or related to the characteristic of interest. Based on these primitives, a population can be formed 112 to provide an input to the system (e.g., control system) 114. In one embodiment, the population can be representative of sensor data and/or system conditions, for example. The output of the system model, in the illustrated embodiment of Figure 1, can be displayed to a user(s) 116 who may select one or more of the outputs 118, where such selections may be viewed as a selection with respect to an elitism operator. Genetic operators can then be applied 120 as specified in the embodiment to generate a new population 112. It can be understood that in other embodiments, display to the user(s) 116 and/or user(s) selection 118 may not be performed the GA/EA/GP, but rather, a user and/or another (e.g., system administrator) may determine a priori a scheme (e.g., compute a fitness score for each population, select a percentage of the population per elitism based on the fitness score, and perform genetic operations on the remainder of the population). In the
Figure 1 embodiment, a user input may determine when the methods and systems may end 122, although it can be understood that other metrics (e.g., computational values) can be used optionally and/or additionally in some embodiments. [0036] In one example embodiment, the disclosed methods and systems were used to test local controls that open and close valves and controls that turn pumps on and off on a ship's firemain. Such a system, an example of which is shown in Figure 2, includes a hydraulic network of pumps, valves, pressurized pipes, and sprinkler heads. In the example embodiment, valve and pump control logic was fixed, and a genetic algorithm was used to evolve two types of system characteristics and/or challenges: first, "extrinsic challenges" such as pipe rupture, e.g. a result of enemy attack, and second, intrinsic challenges such as water drawn off the system, e.g. for ballasting.
[0037] In a desired "controlled" system, the valve controls isolate sections of ruptured pipe, thereby stemming local flooding while maintaining flow to the sprinkler heads and to junctions where water may need to be drawn off, e.g. to fill ballast tanks thus preventing list. Also, pumps should shut off if they are pumping into "dead ends" and/or to ruptured pipe. [0038] In such a system, there are thus several interdependencies. For example, sprinkler head outflow is based on hydraulic pressure which is based on water demand that may occur in distant sections of the network. Also, valve closure can divert and increase flow to sections of the ship while curtailing it to others. [0039] In the example embodiment, a model was provided with thirteen sprinkler heads that occur in the real ship (Figure 2, sl-sl3) which are evenly spread across the firemain, and an implementation that included thirty-one stop valves (Figure 2, SV1-SV31) with local, controlling logic. Also included in the model are six pumps, each operating with the following head-flow pump curve: head = 533.34 - 0.0001334 x flow2. In "normal" operation for the model, such operation produces approximately two-hundred thirty pounds per square inch pressure. [0040] Ruptures, which can be a virtual hole in the pipe with a constant emitter coefficient, may occur at sixty-three locations (Figure 2, rl-r63), where each location represents a particular between-valve pipe in the network. Further, water demands, expressed as a constant outflow in gallons per minute (gpm) from a junction, may occur at any of forty-nine locations around the ship.
[0041] In the example embodiment, valve and control logic included the following provisions: if a pipe ruptures, every "local" stop valve closes to isolate the broken pipe from the network. In one case, if a pipe ruptures, two stop valves close at either end of the pipe to prevent flow into that rupture location which would cause local flooding. In other cases where a rupture occurs close to a T-junction, three or four stop valves may close.
Additionally, control logic is implemented on the pumps. Accordingly, if the aforementioned control logic closes a stop valve on the riser from a pump, the pump operation should cease to prevent the pumping of water into a "dead end." [0042] In one embodiment, EPANET, a commercially available system for modeling hydraulic and water quality behavior of water distribution piping systems, was employed to implement the mathematics to determine the steady state flows and pressures, the control logic of the various stop valves and pumps, and the ruptures and demands, although the methods and systems are not limited to such an embodiment. Using EPANET, one can specify a pressured pipe network to include a number of pumps, reservoirs, tanks, valves, etc., and add control logic to components of the network.
[0043] Also developed as a C++ library known as OOTEN (Object-Oriented Toolkit for EPANET) that acts as a "wrapper" to an EPANET simulation by facilitating the introduction of run-time changes to the network, and obtaining the pertinent information, e.g. state, flow, pressure, etc. of components of the network. [0044] In such an embodiment, each genotype, i.e., scenario parsed to an EPANET simulation, includes two chromosomes: an r-chromosome represented by a bit string that encodes rupture (or not) at each of the sixty-three pipes; and, a d-chromosome represented by a bit string that encodes a water demand (or not) at each of the forty-nine possible locations. An individual genotype, i, can thus be represented by its respective r- and d- chromosomes using the index i and the notation such that η and dj, respectively, and the j h gene of the ih chromosomes can be represented as as ry and dy. [0045] In the example embodiment, provided herein, the GA includes three genetic operators: chromosomal crossover, genie crossover, and mutation. Chromosomal crossover is illustrated in Figure 3, and indicates that the mating of two parents, τ_d\ and r2d2, causes the swapping or interchanging of the r- and d-chromosomes to produce two new offspring: rιd2 and r2dι.
[0046] Generally, an unconstrained GA will evolve to a worst case scenario, which in the present embodiment, would include a scenario in which all pipes ruptured and all water was siphoned (ry = dy = 1 V i, j). Accordingly, the number of pipe ruptures was held constant to a number Nr « 63, and the number of water demands was also held constant to a number Nd « 49.
[0047] Further, the traditional GA crossover operator was modified. Given the r- chromosome of two parents, a and b, then for each locus, j e { 1...63 }, the gene values of the two parents are compared. If the gene values match, e.g., raJ = rty, then swapping is meaningless as offspring cannot differ from their parents with respect to gene j. Accordingly, the locations in which the gene values do not match and/or differ are identified (e.g., raJ ≠ r^). The two difference scenarios can be termed a "-locus" (e.g., raj = 0 and rbj = 1) or a "+locus" (e.g., raj = 1 and rbj = 0). Regardless of the chromosome's length, the parity of Nr and Nd, and the number of locations with matching gene values, the number of -loci and +loci will be equal (as long as Nr is the same for both parents). Accordingly, the loci can be randomly paired (without replacement) so that one locus of the pair is a -locus and the other locus is a +locus (e.g., a form of random genetic linkage). For each of these ±loci pairings, with probability 0.5, gene values (O→-l and l→O) are swapped, as shown in Figure 4. [0048] Rupture locations can be defined by a symmetric proximity matrix, Mr, where an entry Mnj specifies the physical distance (in 2D Euclidean space) between two rupture locations i and j. An existing rupture on the r-chromosome is randomly selected, e.g., some / 49 j where ry = 1. A vector W = 2jM,M j T l/ -(_ . specifies normalized weightings that are inversely proportional to the Euclidean distance between rupture locations i and j. W is used to select a new rupture location, e.g., k, probabilistically. Thereafter, r,j = 0 and ι j = 1, thus preferentially rupturing a nearby location instead of j (See Figure 5). Similarly, the d-chromosome is mutated using an appropriate proximity matrix, Ma, that gives the physical distances between the water demand locations. It is because ruptures and demands involve different proximity matrices that two chromosomes per genotype are employed in this illustrative embodiment.
[0049] In one such embodiment, the fitness function can be based on two metrics: deadwater length, and maximum pump flow. Deadwater length includes the total length of pipe, in feet, with zero flow, which includes sections of pipe that are isolated from the pumps due to closed stop valves, and sections that are "dead ends" (i.e., no outlet). Further , the maximum pump flow can be expressed in gallons per minute, for the six pumps. It can be understood that both metrics are maximands to allow for a search of worst case performance. For simplicity, it can be assumed that thirteen sprinklers are associated with values indicating "open" where water flow through the network is monitored. [0050] Each generation of the GA included generating a population of n genotypes, where each population was executed on a separate EPANET simulation and the fitness of that genotype determined. To create the next generation, elitist selection identified e "fittest" genotypes selected to pass, unaltered, into the next generation. The remainder of the population of the next generation, including (n - e) genotypes, was filled by selecting individuals of the current generation probabilistically, weighted by their fitness. [0051] In determining the weights, it can be supposed that the ith genotype has fitness j^ and that there is a population of n such genotypes. First, a range of fitnesses R = max{ } - min{fi} is determined from the population. Second, a linear transformation is performed such that the minimum fitness is zero (e.g., subtract min-!J.} from each.// such that fitnesses range from zero to R). It can be understood that in embodiments where it may be desired to minimize the fitness metric, R can be subtracted from all fitness values. Thirdly, cR is added to each fitness, where c e (0, ∞) and is a constant, and thus, all fitnesses range from cR to (1 + c)R). In this embodiment, selection occurs probabilistically from the transformed fitnesses, where c determines "selection pressure." [0052] After an individual is selected for the next generation, chromosomal and genie crossover and mutation are performed with a fixed, independent probability. In the example embodiment, these operators are not performed on the e elites. [0053] In an example embodiment where population size (n) is fifty, elite pool size (e) is ten, number of generations ranges between one-hundred and three-hundred, number of ruptures (Nr) is between one and five, number of demands (Nd) is between zero and two, chromosomal crossover probability is 0.5, genie crossover probability is 0.5, mutation probability is 0.5, and selection pressure (c) is one, and each pipe rupture included a hole in a pipe with an effective emitter coefficient of two (e.g., outflow (in gpm) = 2 x pressure05). Each demand also included 500 gpm drawn off a junction (excepting section 3.3). [0054] To assess the relative importance of the sixty-three rupture locations, each of the sixty-three locations was ruptured and the outcome observed after the control logic intervened. Figure 6 shows the dead water length, in feet, after a rupture in each of the sixty three rupture locations. For example, a pipe rupture in the starboard aft quarter (bottom left, Figure 6), caused approximately two-hundred thirty feet of pipe to have zero flow. Figure 6 thus indicates that some of locations on the starboard beam have small effects, while others have comparatively large effects, e.g. portside bow and quarter. Figure 6 also indicates that there is not one single worst rupture location in this embodiment, but rather four equally bad. A GA executed with a single rupture (Nr = 1; Nd = 0) finds and retains the four worst rupture locations in the population. [0055] In exploring dual ruptures (Nr = 2; Nd = 0), there is variation with sixteen
"equally worst" combinations. The GA optimizes the dead water length to find the same worst case scenarios. In this case, the population at the end of one-hundred generations contained six of the sixteen worst scenarios. [0056] In exploring triple ruptures (Nr = 3; Nd = 0), the state space is large, and includes 63 x 62 x 61 = 238266 combinations, and while the simulation executed for hours, the GA found the same maximal dead water length in a minutes, utilizing a median of forty-nine generations (thirty-five replicates), thus searching approximately one percent of the state space. [0057] In one application of this embodiment of the disclosed methods and systems, state space regions can be determined. For example, under which conditions do all pumps work within particular user-defined safety limits? In which region do pumps operate at maximal speed or pressure (e.g., for emergency situations and short periods only)? In which region do conditions exceed component limits? Based on these example regions of interest, thresholds can'be determined. For example, pump flow thresholds of >1000 gpm can indicate overheating, >1250 gpm can indicate warning/emergency operation, and >1500 can indicate dangerous conditions/untenable operation. These thresholds can be set in the GA which can search the state space. When the GA encounters a scenario whose fitness exceeds the lowest threshold, it records and/or stores a copy of the genotype (and associated fitness). At the end of the simulation, a crude map of the boundary for a user-desired threshold can be determined. To prolong the GA's search and to avoid convergence, high values (e.g., one) can be set for the crossover and mutation probabilities. [0058] One simulation includes two ruptures, two demands of two-thousand gpm each, and a single threshold of one-thousand gpm for pump flow, with the GA fitness metric as maximum pump flow, and values of one for the three crossover and mutation probabilities. The two ruptures can likely shut-down one pump each, but the four remaining pumps can work up to 1500 gpm each, thus with the 2 x 2000 water drawn off, there should be 4 x 1500 - 2 x 2000 = 2000 gpm spare capacity from the working pumps. The results are illustrated in figure 7.
[0059] Figure 7 illustrates structure in the central-level group which indicates several demand locations where water should not be drawn off during damage control operations. Second, the maximum pump flows are 4000 gpm, which is greater than the aforementioned analysis. The high pump flow values indicate that the two ruptures effectively cooperated to isolate the fore-most pump without shutting it off. The two demands were immediately in front of the pump so that the 4000 gpm total demand went immediately from the pump to the demand locations. [0060] This embodiment thus illustrates that a threshold search collates cases whose fitness exceeds a user-defined threshold(s), thereby allowing more involvement in the testing process. Accordingly, in an embodiment, the scenario generation can be interactive. In such an embodiment, a user can be presented with a panel of variants and can select/identify, etc. one or more for mating in the next generation, thus biasing and directing the GA towards certain regions of state space. For greater control and influence, a user may want to fix certain features of the scenario interactively (e.g., always draw water from a specific location) while allowing the other ruptures and demands to evolve. For example, the key locations identified by threshold search in Figure 7 can be fixed with other conditions evolved to understand why such disproportionate failure occurs with these demand locations. [0061] In another embodiment of the disclosed methods and systems, EA/GA can be applied to vulnerabilities in, for example, a search engine. For example, the term "GOOGLE bombing" is associated with the GOOGLE search engine, and is known to be a technique to establish a significant number of web pages with links to a given website so as to affect the GOOGLE ranking of the website and cause that website to appear near the top of a GOOGLE search results page. Accordingly, is some instances, the search term does not appear in the website, yet the website appears near the top of a results page for the search term. It is thus understood that web page linkers can affect the "page score" of linkees, where a page score is understood to affect the overall ranking, and thus placement, of the website/webpage in the results list.
[0062] In such an embodiment, the disclosed methods and systems can be used to evolve GOOGLE bombs in a simulated network of webpages to evaluate those strategies, if any, that generate a situation in which a target page is elevated to the top of a search result without a given search term appearing in the target page. The disclosed methods and systems can thus use a genetic algorithm to mutate and otherwise evolve populations of webs. [0063] In simulating webs of simplified webpages, each webpage includes a main text which includes a string of uppercase characters representing the main content text of a web page. The page also includes a set of HTML links that each contain a link text (generally also a string of uppercase characters, but limited in this embodiment to a single character), and a link ID that points to a web page having the given ID. Figure 8 demonstrates these webpage features. [0064] With reference to Figure 8, "B6" represents an HTML link containing the link text "B" and links to webpage 6. A link ID of 0 represents a non-link, which also includes a manner of evolving the number of outgoing links in a page. In an initial model of one embodiment, a webpage includes a main text having five characters and five HTML links, each with a single character. Ten webpages linked according to their HTML links form a web. Webpage #1 is understood to be the target webpage. [0065] As indicated herein, each webpage can be associated with a page rank which is a numerical value indicating the webpage's "importance." In one embodiment, page rank can be computed as provided by Equation (1):
Figure imgf000019_0001
(1) where RR(z') is the page rank of webpage i, is a damping factor that can be a constant
(e.g., 0.85), tj is a webpage j that links to webpage /, and (ty) is the number of outbound
HTML links from webpage j. Equation 1 can be re-written as shown in Equation (2), and solved simultaneously for all webpages in the web using numerical techniques such as Gaussian elimination, although other embodiments may employ other techniques.
Figure imgf000020_0001
\ 1 if webpage / links to / where L. , = < '•J 10 otherwise
[0066] A webpage's page score can be understood to be a numeric value associated with a given search term. Such a score can be based on various webpage characteristics, features, and/or properties, including for example, location and font size of the keywords and links, page title, and page rank. In one embodiment, page score can be determined by associating each webpage with a bar chart which incorporates the frequency of words (e.g., upper case characters) that appear in the web page, and also, the text (e.g., single upper case characters) that appear in the HTML links that link into the webpage. These two properties can be weighted differently such that each character of a webpage is given a weight of one, while characters from incoming links are weighted by the page rank of the webpages sending out the links. For example, if a simulated Web page includes main text "ACDIJ" and has HTML links B6, Q2, Z2, and K0, the associated bar chart can include categories A, C, D, I, J, B, Q, Z, K each with frequency one (different embodiments may or may not incorporate K which is a non-link). Further, if it is assumed that only a single web page links into a focal page, and in the present embodiment, such single page includes text "K" and that webpage's page rank is 1.5. Accordingly, "K" can be added to the bar chart, which already has a category K, but further, the frequency of K can increase by the page rank by 1.5, providing a frequency for K of 1 + 1.5 = 2.5 (Figure 9). [0067] Once a bar chart has been calculated for a webpage, the webpage's score for a given search term can be computed. In the illustrated embodiment, a search term can be understood as including three upper case characters, for example, "DJK." The frequencies can be combined (e.g., summed) from the barchart for each of the characters in the search term, thus DJK is the sum of 1 (i.e., frequency of D) + 1 (i.e., frequency of J) + 1.5 (i.e., frequency of K), for a final score of 3.5. Duplicate characters are counted such that a score for search term "JKK" is 1 + 1.5 + 1.5 = 4. In an example embodiment including simulations,, the term "ICO" was used. [0068] The page score for each webpage in a web can be computed and the GOOGLE bomb that is formed is a target page having the highest page score while not containing the search term in its text, i.e., the page score is a result of the incoming links rather than the page text (content).
[0069] This example embodiment used a GA/EA to evolve a population of webs and search for GOOGLE bombs in the network state space of the ten Web pages having five main text characters and five single character HTML links web, thereby providing a state space of size (265 x 265 x 115)10 » 3.7 x 10193 (11 HTML link weblDs ranging from 0-10 inclusive). In the example case, the genotype corresponded to the webpage text and links IDs. In this illustrative, example, the disclosed systems and methods include generating a population of n separate webs, and calculating the page scores of the Web pages in the webs for the same search term of "ICO." The fitness of each web was determined and associated with a fitness value, and based on the fitness values, a number e of webs was chosen to pass unaltered into the next generation. The remaining (n - e) "selected" webs can be altered using fixed probability, genetic operators. [0070] In an initial mode of one embodiment, the example systems and methods implement mutation operators only, although the disclosed systems and methods are not so limited. For example, recombination operators can be implemented in other models. Three separate mutation operators were implemented in the illustrative systems/methods, operating in a similar manner. For mutations on main text in a web, there is a main text mutation probability pu e (0, 1) and a main text mutation level, -% £ { 1,2,..., ∞} . Binomial(«M; PM) web pages are selected at random, and for each selected webpage, one of the main text characters is selected at random and mutated to a random upper case character. Hence, between zero and nu characters may be mutated. Similarly, for mutations on HTML link text in a web, there is a link text mutation probability pL e (0, 1) and a main text mutation level, m_ e { 1,2, ..., ∞} . Binomial(« , pi) web pages are selected at random, and for each selected webpage, one of the HTML links is selected at random and its text mutated to a random upper case character. For mutations of HTML link IDs, there is a link ID mutation probability p\ -≡ (0, 1) and a main text mutation level, m { 1,2, ..., ∞} .
Figure imgf000022_0001
web pages are selected at random, and for each selected webpage, one of the HTML links is selected at random and its ID mutated to a random number between zero (no link) and the number of web pages in a web. [0071] For the illustrated embodiment, two objectives can be incorporated into the fitness function: first, webs are fitter if the target webpage does not include the search term in their main or HTML link text; and, second, the fitter the webs, the higher the target page's page score relative to the other pages in the web. These two aspects are included as a "mismatch score" and "target page rank," respectively. [0072] The aforementioned mismatch score, in one example, can range between zero (e.g., all characters of the search term appear in the target web page) and one (e.g., there is no match between the search term and the target page's text). Suppose the search temi includes s characters, and the number of these characters that appear in the target webpage is a e {0,1,..., .-?}: Mismatch score = (s - a)ls. (3) [0073] A second factor in the fitness, target page rank, can be determined after the page scores are computed, as target page rank can be the number of webpages in a given web having a page score less than that of the target webpage. Hence for w Web pages that constitute a web, the maximum target page rank value is w—1 if the target has the highest page score, and zero if the target page has the lowest score or all pages have the same score. [0074] In the disclosed embodiment, Fitness = mismatch score x target page rank. (4) [0075] The example embodiment can consider the fitness value(s) provided herein as a raw fitness, and accordingly, selection for the next generation can be based not on these values but on weightings representing a normalized selection pressure. Suppose the il web has fitness jfi. A range of fitnesses R = max{ } - min{/} is determined, and a linear transformation can be performed such that the minimum is zero (e.g., subtract min{/} from each^i, so that fitness ranges from zero to R). Once again, in embodiments where it may be desired to minimize a fitness metric, R can be subtracted from all fitness values. Thereafter, (c x R) can be added to each fitness where c e (0, ∞) and is a constant, thereby scaling the fitness range from cR to (1 + c)R. Selection can occur probabilistically from these transformed fitnesses, where c determines "selection pressure." Table 1: typical parameter values Used in the simulations.
Figure imgf000023_0001
[0076] Table 1 provides parameter values used in one embodiment. The example embodiment coded a utility in "R" that plots the "anatomy' of a GOOGLE bomb, i.e., the network link structure, and shown in Figure 10. Each number 1-10 represents a Web page. The target page is in bold and also indicated with an asterisk, and arrows represent the HTML links. Links to the target page are also shown in bold. The lack of a pattern may suggest that there may exist a large number of strategies to GOOGLE bomb a target page. [0077] In other embodiments of the GA, techniques other than Gaussian elimination can be used. Further, although the present embodiment included initial conditions that were completely randomized and the GA was free to mutate different text and link IDs with equal probability, other variations may bias initial HTML link text to the characters of the search term, increase the length of the link text, bias links to the target page, specify that any link to the target page must contain characters in the search term, make links to the target "sticky," i.e., less likely to mutate than other links, and, optimize the parameter values. [0078] In another embodiment of the disclosed methods and systems, a genetic algorithm (GA/EA) and interactive evolution can be used to evolve scripts to explore the space of possible intrusions to a computer system. Using the disclosed methods and systems, vulnerabilities of the computer system can be identified. For the disclosed embodiments, the intrusions can be understood to be in the form of scripts by an unauthorized user, referred to herein and generally as a "hacker."
[0079] Accordingly, the model of the disclosed embodiment can include two different types of agents, authorized users ("users") and hackers, and the operating environment, or a server. As is known, users interact with the server by regularly logging in and out and performing other user behavior once on the system (e.g., run programs, applications, generate code, add and modify files and/or directories, FTP files to and from the server, etc.). Conversely, a hacker generally interacts with the system/server by entering at random times and executing a pre-defined script, then leaving the system. The hacker generally enters the system/server as a root user or as a normal user, who then uses the "su" command to become root.
[0080] User actions, including hacker actions, are captured by the system/server through log files and file statistics. These records can provide evidence of the intruder. [0081] A hacker script can be understood to be a sequence of commands that the hacker issues upon logging into the system/server. Scripts can be understood to be pre-defined in that they can be created before the hacker enters the server but are randomly generated using a simple grammar. The grammar is designed such that generally, every command is provided to achieve a goal, e.g., the theft of a file, the introduction of a "backdoor" mechanism that allows the hacker to gain entry to the system in the future, etc. Many of these goals can be subsumed under other goals. This subsumption tree can be used to generate a script by beginning at the most general goals at the top and then randomly deciding which possible sub-goals should be attempted, and how. This includes recursively traversing the tree, from sub-goal to sub-goal, until concrete commands are chosen. Sub- goals can be specified either as a sequence, a combination, or a single choice picked from a list. Items in a sequence are executed in order, while a combination can return a subset of its items and in any order, creating the most variability. When items are specified in a list, only a single item is returned. [0082] As an example, part of a sub-goal tree is illustrated in Figure 11. In the Figure 11 embodiment, the top-level goals are a sequence of entering the system, "doing stuff as provided in Figure 11, cleaning up, and exiting. As indicated in Figure 11, "doing stuff may include downloading a client, stealing files, creating a backdoor, and/or destroying files. A hacker script can include one or more of these actions, performed in different orders. Further traversing the Figure 11 tree illustrates that creating a backdoor is another combination, which involves at least one choice, between removing /etc/hosts or /etc/hosts.deny.
[0083] An analysis program, referred to herein as the "log analyzer," is capable of gathering evidence from a server/computer after a simulation concludes. Gathering evidence can include collecting raw log file data and/or using rules to determine which out of twenty-eight pre-defined pieces of evidence a hacker left behind. These rules involve scanning log files, the directory tree, and the statistics of key files.
[0084] Table 2 is an illustration of a relationship between basic hacker actions, log files, and a detection scheme of the log analyzer.
Figure imgf000025_0001
TABLE 2 [0085] The ScriptBuilder is a grammar that enables the creation of novel hacking scripts. The disclosed methods and systems can be employed to enhance the capabilities of a grammar such as ScriptBuilder.
[0086] In the GA EA of the present embodiment, the population includes scripts. One script is one individual, and an individual is represented by a chromosome, which is represented by a sequence of genes. Because a hacking script includes a sequence of Unix commands, a gene can be defined as a single Unix command; however, because the length of the scripts are variable, the chromosomes length is also variable. [0087] The gene pool can be defined as a complete set of Unix commands (Figure 12) that can be generated by ScriptBuilder; and, a chromosome can include an ordered subset of the gene pool (Figure 13).
[0088] The initial population can be generated by ScriptBuilder to provide a population of consistent hacking scripts. A fitness function can be understood to be a measure of the efficiency of the hacking script, and may use a simulation engine to assign a numeric value to one individual.
[0089] The evolutionary mechanism can utilize the genetic operators of elitism, mutation, crossover, gene subtraction, and/or diversity injection, with such examples provided for illustration and not limitation. [0090] In the illustrated embodiment, two genetic operators apply to the population as a whole: the elitism operator extracts, for a given generation, the "top" individuals with regard to their fitness, and inserts these "top" individuals in the next generation. An illustration of elitism is shown in Figure 14. [0091] A diversity injection operator adds new individuals to a given population. These new individuals are generated by ScriptBuilder, and the operation is illustrated in Figure 15. [0092] The crossover operator is a binary operator that creates a new child individual, given a two parent individual. Crossover selects a first point in the first parent's chromosome, and all the genes before the first point are given to/replicated in the child's chromosome. Crossover then picks a second point in the second parent's chromosome, and all the genes after the second point are added to/replicated in the child's chromosome. Figure 16 is representative of crossover. [0093] The mutation operator is a unary operator in which the genes of the parent are considered individually, and there is a fixed probability (e.g., 0.05) that the gene will be mutated. If the gene is mutated, a random gene is selected from the gene pool to replace the I parent's gene. When all genes are considered, a new individual is created. Figure 17 illustrates mutation.
[0094] The gene subtraction operator is intended to make chromosomes shorter. In gene subtraction, a random number of genes (e.g., between one and five) located at random places on the chromosome, are deleted. Deletion creates a new individual, as shown in Figure 18. '
[0095] Given generation n as a collection ofp individuals, generation n+1 is obtained using a process as shown in Figure 19. [0096] For example, assuming the "top" individuals are those m having the top twenty percent fitness values, or m=p!5. Elitism is thus used to selected the m top individuals that move to generation n+1 without alternation. The remaining operators, parent individuals are chosen using a selector function that can select a random individual among the half best of generatio s. [0097] Accordingly, m individuals are selected, and mutation is applied to them such that generation n+1 includes 2m individuals. Crossover is performed m times (e.g., select two parents and cross them), to provide generation n+1 has 3m individuals. Gene subtraction is performed to m selected individuals, to yield 4m individuals in generation 77+I; and, the remaining m individuals of generation n+1 are generated by using a diversity injection operator, providing a population of p individuals in generation n+1. The fitness is evaluated, and the process can be repeated. [0098] In the illustrated embodiment, a fitness function can include a measure/measurement of the efficiency of the hacking script. To evaluate this measure/value, the script can be provided to a simulation and the hacker activity monitored to determine when the script has reached the different goals that the hacker can achieve. Also monitored are the hacker's Unix commands, specifically, to note when they return an invalid result. When the simulation is complete, the log analyzer can be used. [0099] Some indicators included in the fitness function include a number of goals achieved by the hacker (#g), a number of evidences discovered by the log analyzer (#e), a number of bad commands used by the hacker (#b), and, a length of the script used by the hacker (#c). [00100] In a first experiment ("experiment 1" described herein), the example fitness function provided a fitness of zero if the hacker achieved zero goals, and if the hacker achieved at least one goal, the fitness value is determined according to the following: [l/(l+#e2)]*[l/(l+#b)]*[l/(l+#c/10)] (5)
[00101] Based on Equation (5), the example fitness decreases with the number of evidences detected by the log analyzer, with the number of invalid commands, and with the global length of the script. The fitiiess increases with a short script that leaves no trace, and has no bad commands. Such a script is the most efficient that we can achieve in the context of the simulation.
[00102] In a first experiment known as "experiment 1", using one-hundred fifty individuals, the genetic algorithm was iterated for two-hundred and thirteen generations. The fitness function included values as provided herein relative to Equation (5). Figure 20 presents the top scorers for generations one-hundred and generation two-hundred and thirteen, which indicate little difference in identifying the script providing the "best fitness", which are those scripts to which the server/system is most vulnerable. The scripts shown in Figure 20 are thus similar in providing a scenario in which a hacker is a user, becomes a root, uploads file .rhosts to a remote server (steal file), cleans the messages file to remove the trace of the su command, and cleans the bash_history file. As Figure 20 indicates, the script at generation two-hundred and thirteen is shorter and more efficient. Further, the scripts of Figure 20 cannot be generated solely by the ScriptBuilder. [00103] In a second experiment, the GA executed for sixty-seven generations based on a population of one-hundred fifty individuals. The fitness function was based on Equation (6): fitness = (#g/4.0)* 1.0/(l+#e)2*1.0/(l+#b)*1.0/(1.0+#c/10); (6) where: (#g) = number of goals achieved by the hacker; (#e) = number of evidences discovers by the log analyzer; (#b) = number of bad commands used by the hacker; and, (#c) = length of the script used by the hacker. [00104] As Figure 21 indicates, and with comparison to experiment 1, Figure 20, the "top scorer" is similar. It can be understood that "scorer #6" can be evolved further to remove some commands such as the chmods, but achieves several goals of the same type (e.g., several backdoors). Once again, such a script cannot be- generated by the Script Builder alone.
[00105] It can be understood that the foregoing examples are merely illustrative, and that other embodiments are contemplated, for example, by providing fitness functions that measure the efficiency of a script based on a (minimal) number of bad commands, favoring short scripts by including the length of the script in the fitness function, etc. Further, other genetic operators could be considered, such as switching (e.g., switching to genes is comparable to switching two Unix commands, and could be a complement to mutation). Additionally and/or optionally, a human/user-derived fitness function can be possible, with interactive evolution (IE) to generate hacking scripts. Such a system is illustrated in Figure 22, in which a Graphical User Interface can be used to display a population (e.g., fifteen individuals: fifteen scripts). For each of the displayed individuals, the simulator is executed, and the following information, for example, can be displayed and/or otherwise provided with the script/individual: number of bad commands, number of goals that the hacker has reached, and, number of evidences detected by the log analyzer, where in the displayed embodiment, the color used to display the information reflects the number of evidences. A goal is to obtain zero evidences.
[00106] As Figure 22 also indicates, a user can select which individual best estimates the desired, subjective fitness by selecting one or more individuals. The selected individuals can be the parents of the following generation, thereby satisfying elitism portion of the GA. Further, as also shown in Figure 22 (right side), the user can decide which operators will be applied to the selected individuals. In some embodiments, as provided herein, although a fitness may be known, a user may still select one or more individuals as the parents of the following generation. [00107] What has thus been described are methods, systems, and/or processor program products that include generating a population of genotypes, the genotypes based on at least one stimulus to a system, measuring at least one response of the system upon providing the population of genotypes to at least one model of the system, and, based on the measured at least one response of the system, performing at least one of: (a) applying at least one genetic operator to at least some of the population of genotypes, and iteratively returning to generating a population of genotypes, and (b) associating a condition of the system with at least one of the population of genotypes.
[00108] The methods and systems described herein are not limited to a particular hardware or software configuration, and may find applicability in many computing or processing environments. The methods and systems can be implemented in hardware or software, or a combination of hardware and software. The methods and systems can be implemented in one or more computer programs, where a computer program can be understood to include one or more processor executable instructions. The computer program(s) can execute on one or more programmable processors, and can be stored on one or more storage medium readable by the processor (including volatile and non- volatile memory and/or storage elements), one or more input devices, and/or one or more output devices. The processor thus can access one or more input devices to obtain input data, and can access one or more output devices to communicate output data. The input and/or output devices can include one or more of the following: Random Access Memory (RAM), Redundant Array of Independent Disks (RAID), floppy drive, CD, DVD, magnetic disk, internal hard drive, external hard drive, memory stick, or other storage device capable of being accessed by a processor as provided herein, where such aforementioned examples are not exhaustive, and are for illustration and not limitation. [00109] The computer program(s) can be implemented using one or more high level procedural or object-oriented programming languages to communicate with a computer system; however, the program(s) can be implemented in assembly or machine language, if desired. The language can be compiled or interpreted. [00110] As provided herein, the processor(s) can thus be embedded in one or more devices that can be operated independently or together in a networked environment, where the network can include, for example, a Local Area Network (LAN), wide area network (WAN), and/or can include an intranet and/or the internet and/or another network. The network(s) can be wired or wireless or a combination thereof and can use one or more communications protocols to facilitate communications between the different processors. The processors can be configured for distributed processing and can utilize, in some embodiments, a client-server model as needed. Accordingly, the methods and systems can utilize multiple processors and/or processor devices, and the processor instructions can be divided amongst such single or multiple processor/devices. [00111] The device(s) or computer systems that integrate with the processor(s) can include, for example, a personal computer(s), workstation (e.g., Sun, HP), personal digital assistant (PDA), handheld device such as cellular telephone, laptop, handheld, or another device capable of being integrated with a processor(s) that can operate as provided herein. Accordingly, the devices provided herein are not exhaustive and are provided for illustration and not limitation.
[00112] References to "a microprocessor" and "a processor", or "the microprocessor" and "the processor," can be understood to include one or more microprocessors that can communicate in a stand-alone and/or a distributed environment(s), and can thus can be configured to communicate via wired or wireless communications with other processors, where such one or more processor can be configured to operate on one or more processor- controlled devices that can be similar or different devices. Use of such "microprocessor" or "processor" terminology can thus also be understood to include a central processing unit, an arithmetic logic unit, an application-specific integrated circuit (IC), and/or a task engine, with such examples provided for illustration and not limitation.
[00113] Furthermore, references to memory, unless otherwise specified, can include one or more processor-readable and accessible memory elements and/or components that can be internal to the processor-controlled device, external to the processor-controlled device, and/or can be accessed via a wired or wireless network using a variety of communications protocols, and unless otherwise specified, can be arranged to include a combination of external and internal memory devices, where such memory can be contiguous and/or partitioned based on the application. Accordingly, references to a database can be understood to include one or more memory associations, where such references can include commercially available database products (e.g., SQL, Informix, Oracle) and also proprietary databases, and may also include other structures for associating memory such as links, queues, graphs, trees, with such structures provided for illustration and not limitation. [00114] References to a network, unless provided otherwise, can include one or more intranets and/or the internet. References herein to microprocessor instructions or microprocessor-executable instructions, in accordance with the above, can be understood to include programmable hardware. [00115] Unless otherwise stated, use of the word "substantially" can be construed to include a precise relationship, condition, arrangement, orientation, and/or other characteristic, and deviations thereof as understood by one of ordinary skill in the art, to the extent that such deviations do not materially affect the disclosed methods and systems. [00116] Throughout the entirety of the present disclosure, use of the articles "a" or "an" to modify a noun can be understood to be used for convenience and to include one, or more than one of the modified noun, unless otherwise specifically stated.
[00117] Elements, components, modules, and/or parts thereof that are described and/or otherwise portrayed through the figures to communicate with, be associated with, and/or be based on, something else, can be understood to so communicate, be associated with, and or be based on in a direct and/or indirect manner, unless otherwise stipulated herein. [00118] Although the methods and systems have been described relative to a specific embodiment thereof, they are not so limited. Obviously many modifications and variations may become apparent in light of the above teachings. For example, it can be understood that the genetic operations can be multiple and/or varied, and different parameters associated with such genetic operations can be provided as input by a user/expert. Further, although user input was specified in the illustrated embodiments of Figures 1 and 2 as occurring at a certain instance, input from the user can be provided at multiple stages (e.g., at initialization, problem definition, etc.). Further, the disclosed embodiments can employ the use of randomly generated solutions in addition to those derived from user selection. In multi-user embodiments, for example, the formulation of the solution can be partitioned amongst several users, with different users influencing the solution in a different manner.
For example, an employee(s) may provide subjective input on solutions, however a manager(s) may apply/specify (additional) constraints on such solutions. [00119] Any additional changes in the details, materials, and arrangement of parts, herein described and illustrated, can be made by those skilled in the art. Accordingly, it will be understood that the following claims are not to be limited to the embodiments disclosed herein, can include practices otherwise than specifically described, and are to be interpreted as broadly as allowed under the law.

Claims

ICO-003.2-5 What is claimed is:
1. A method, comprising: generating a population of genotypes, the genotypes based on at least one stimulus to a system, measuring at least one response of the system upon providing the population of genotypes to at least one model of the system, and, based on the measured at least one response of the system, performing at least one of: (a) applying at least one genetic operator to at least some of the population of genotypes, and iteratively returning to generating a population of genotypes, and (b) associating a condition of the system with at least one of the population of genotypes.
2. A method according to claim 1, where applying at least one genetic operator includes applying at least one of: selection, crossover, mutation, deletion, diversity injection, and elitism.
3. A method according to claim 1, where applying at least one genetic operator includes implementing elitism by: presenting at least two graphical representations to a user, each of the at least two graphical representations associated with at least one genotype in the population and the at least one of the measured responses, receiving a selection of at least one of the graphical representations, and, identifying at least one genotype associated with the at least one selected graphical representation, where returning to generating a population of genotypes comprises including the identified at least one genotype. ICO-003 2S 4. A method according to claim 1, where applying at least one genetic operator includes implementing elitism by: comparing the measured at least one response to a measure, and, based on the comparison, identifying at least one genotype, and, where returning to generating a population of genotypes comprises including the identified at least one genotype. 5. A method according to claim 1, where associating a condition of the system with at least one of the population of genotypes includes: comparing the measured at least one response to at least one threshold, and, determining the condition based on the comparison. 6. A method according to claim 1, where measuring at least one response of the system includes comparing the measured at least one response to a metric. 7. A method according to claim 1 , where measuring at least one response of the system includes comparing the measured at least one response to at least one of a fitness function and an objective function. 8. A method according to claim 1, where measuring at least one response of the system includes: determining that an objective function is mathematically unexpressed, presenting data based on the measured at least one response of the system to at least one user, and, receiving at least one input from the at least one user, the at least one input based on the at least one user' s evaluation of the presented data. 9. A method according to claim 8, where the at least one user input includes at least one of: a rank of the measured at least one response, a rating of the measured at least one response, one or more fitness values, a selection of the measured at least one response, a selection of a feature of the measured at least one response, a termination of the method, an identification of parents for a ICO-003.25 genetic algorithm, at least one constraint, a modification of at least one constraint, a modification of at least one genetic operator, and a specification of at least one genetic operator. 10. A method according to claim 8, where the method is terminated based on the at least one user input. 11. A method according to claim 1 , where measuring at least one response of the system includes at least one of: presenting data based on the measured at least one response in parallel, and presenting data based on the measured at least one response in sequential order. 12. A method according to claim 1, where applying at least one genetic operator includes: ranking the measured at least one response based on a comparison to a metric, and, applying the at least one genetic operator based on the ranking. 13. A method according to claim 1, where applying at least one genetic operator includes applying at least one constraint to at least one of the genotypes. 14. A method according to claim 13, where applying at least one constraint includes weighting the at least one constraint. 15. A method according to claim 1, where the system condition includes at least one of: at least one unknown system vulnerability, at least one system error, at least one system defect, at least one system loophole, and at least one system weakness.
PCT/US2004/024616 2003-08-01 2004-07-30 Methods and systems for applying genetic operators to determine system conditions WO2005013081A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
EP04779619A EP1649346A2 (en) 2003-08-01 2004-07-30 Methods and systems for applying genetic operators to determine system conditions

Applications Claiming Priority (8)

Application Number Priority Date Filing Date Title
US49186403P 2003-08-01 2003-08-01
US60/491,864 2003-08-01
US53776104P 2004-01-20 2004-01-20
US60/537,761 2004-01-20
US54319504P 2004-02-10 2004-02-10
US60/543,195 2004-02-10
US58563104P 2004-07-06 2004-07-06
US60/585,631 2004-07-06

Publications (2)

Publication Number Publication Date
WO2005013081A2 true WO2005013081A2 (en) 2005-02-10
WO2005013081A3 WO2005013081A3 (en) 2009-04-02

Family

ID=34120047

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2004/024616 WO2005013081A2 (en) 2003-08-01 2004-07-30 Methods and systems for applying genetic operators to determine system conditions

Country Status (3)

Country Link
US (3) US7333960B2 (en)
EP (1) EP1649346A2 (en)
WO (1) WO2005013081A2 (en)

Families Citing this family (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1611546B1 (en) * 2003-04-04 2013-01-02 Icosystem Corporation Methods and systems for interactive evolutionary computing (iec)
WO2005013081A2 (en) * 2003-08-01 2005-02-10 Icosystem Corporation Methods and systems for applying genetic operators to determine system conditions
US7356518B2 (en) * 2003-08-27 2008-04-08 Icosystem Corporation Methods and systems for multi-participant interactive evolutionary computing
US8097416B2 (en) 2003-09-11 2012-01-17 Ibis Biosciences, Inc. Methods for identification of sepsis-causing bacteria
US20120122103A1 (en) 2003-09-11 2012-05-17 Rangarajan Sampath Compositions for use in identification of bacteria
US8546082B2 (en) * 2003-09-11 2013-10-01 Ibis Biosciences, Inc. Methods for identification of sepsis-causing bacteria
US8119336B2 (en) * 2004-03-03 2012-02-21 Ibis Biosciences, Inc. Compositions for use in identification of alphaviruses
US7707220B2 (en) * 2004-07-06 2010-04-27 Icosystem Corporation Methods and apparatus for interactive searching techniques
US20060010117A1 (en) * 2004-07-06 2006-01-12 Icosystem Corporation Methods and systems for interactive search
US7996391B2 (en) * 2005-06-20 2011-08-09 Google Inc. Systems and methods for providing search results
EP1927058A4 (en) 2005-09-21 2011-02-02 Icosystem Corp System and method for aiding product design and quantifying acceptance
CA2659672A1 (en) * 2006-06-26 2008-01-03 Icosystem Corporation Methods and systems for interactive customization of avatars and other animate or inanimate items in video games
US20080005223A1 (en) * 2006-06-28 2008-01-03 Microsoft Corporation Reputation data for entities and data processing
US7792816B2 (en) * 2007-02-01 2010-09-07 Icosystem Corporation Method and system for fast, generic, online and offline, multi-source text analysis and visualization
US8135603B1 (en) 2007-03-20 2012-03-13 Gordon Robert D Method for formulating a plan to secure access to limited deliverable resources
WO2008144821A1 (en) * 2007-05-29 2008-12-04 Commonwealth Scientific And Industrial Research Organisation Monitoring methods and apparatus
KR101399199B1 (en) * 2007-07-16 2014-05-27 삼성전자주식회사 Method for configuring genetic code in software robot
EP2297680A4 (en) * 2008-05-01 2013-06-19 Icosystem Corp Methods and systems for the design of choice experiments and deduction of human decision-making heuristics
WO2010089900A1 (en) * 2009-02-05 2010-08-12 Nec Corporation Method, system and program for deadline constrained task admission control and scheduling using genetic approach
US8856807B1 (en) * 2011-01-04 2014-10-07 The Pnc Financial Services Group, Inc. Alert event platform
US8793201B1 (en) * 2011-10-27 2014-07-29 Amazon Technologies, Inc. System and method for seeding rule-based machine learning models
DE102013007007A1 (en) * 2013-04-23 2014-10-23 Audi Ag Pattern and significance detection in databases with genetic algorithms
US10402727B2 (en) * 2013-09-11 2019-09-03 Epistemy Limited Methods for evaluating and simulating data
TWI528298B (en) * 2015-07-24 2016-04-01 國立清華大學 Simplified swarm optimization method and system thereof
RU2018128030A (en) 2016-01-05 2020-02-06 Сентиент Текнолоджис (Барбадос) Лимитед WEB INTERFACE GENERATION AND TESTING USING ARTIFICIAL NEURAL NETWORKS
US11403532B2 (en) 2017-03-02 2022-08-02 Cognizant Technology Solutions U.S. Corporation Method and system for finding a solution to a provided problem by selecting a winner in evolutionary optimization of a genetic algorithm
US10726196B2 (en) 2017-03-03 2020-07-28 Evolv Technology Solutions, Inc. Autonomous configuration of conversion code to control display and functionality of webpage portions
CN107330214B (en) * 2017-07-11 2021-06-01 哈尔滨工业大学(威海) Spatial layout optimization method based on discretization and heuristic evolutionary algorithm
US11574201B2 (en) 2018-02-06 2023-02-07 Cognizant Technology Solutions U.S. Corporation Enhancing evolutionary optimization in uncertain environments by allocating evaluations via multi-armed bandit algorithms
US11755979B2 (en) 2018-08-17 2023-09-12 Evolv Technology Solutions, Inc. Method and system for finding a solution to a provided problem using family tree based priors in Bayesian calculations in evolution based optimization
CN116244705B (en) * 2023-03-08 2024-01-12 北京航天驭星科技有限公司 Commercial satellite operation control platform vulnerability processing method and related equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5978507A (en) * 1992-01-29 1999-11-02 British Telecommunications Public Limited Company Method of forming a template of an image of an object for use in the recognition of the object
US6088690A (en) * 1997-06-27 2000-07-11 Microsoft Method and apparatus for adaptively solving sequential problems in a target system utilizing evolutionary computation techniques
US6282527B1 (en) * 1997-06-27 2001-08-28 Microsoft Corporation Adaptive problem solving method and apparatus utilizing evolutionary computation techniques
US6662167B1 (en) * 1998-12-15 2003-12-09 Jing Xiao Method for generating near-optimal sequencing of manufacturing tasks subject to user-given hard and soft constraints

Family Cites Families (179)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4700295A (en) 1985-04-18 1987-10-13 Barry Katsof System and method for forecasting bank traffic and scheduling work assignments for bank personnel
US4796194A (en) * 1986-08-20 1989-01-03 Atherton Robert W Real world modeling and control process
US5041972A (en) 1988-04-15 1991-08-20 Frost W Alan Method of measuring and evaluating consumer response for the development of consumer products
US4935877A (en) 1988-05-20 1990-06-19 Koza John R Non-linear genetic algorithms for solving problems
US5148513A (en) 1988-05-20 1992-09-15 John R. Koza Non-linear genetic process for use with plural co-evolving populations
US5617510A (en) * 1989-06-13 1997-04-01 Schlumberger Technology Corporation Dependency graph solution for constraint systems
US5233513A (en) * 1989-12-28 1993-08-03 Doyle William P Business modeling, software engineering and prototyping method and apparatus
AU7563191A (en) * 1990-03-28 1991-10-21 John R. Koza Non-linear genetic algorithms for solving problems by finding a fit composition of functions
US5195172A (en) * 1990-07-02 1993-03-16 Quantum Development Corporation System and method for representing and solving numeric and symbolic problems
US5231778A (en) 1991-06-12 1993-08-03 The Dicke Tool Company Sign system with rib lock mechanism
US5541835A (en) 1992-12-29 1996-07-30 Jean-Guy Bessette Monitoring and forecasting customer traffic
US5568590A (en) * 1993-12-17 1996-10-22 Xaos Tools Image processing using genetic mutation of neural network parameters
US5465221A (en) 1993-12-30 1995-11-07 The United States Of America As Represented By The Secretary Of The Air Force Automated process planning for quality control inspection
US5581657A (en) * 1994-07-29 1996-12-03 Zerox Corporation System for integrating multiple genetic algorithm applications
US6004015A (en) 1994-11-24 1999-12-21 Matsushita Electric Industrial Co., Ltd. Optimization adjusting method and optimization adjusting apparatus
US5799304A (en) 1995-01-03 1998-08-25 Intel Corporation Information evaluation
US5855015A (en) 1995-03-20 1998-12-29 Interval Research Corporation System and method for retrieval of hyperlinked information resources
US5858462A (en) * 1995-08-14 1999-01-12 Central Glass Company, Limited Porous metal-oxide thin film and method of forming same on glass substrate
US5737581A (en) * 1995-08-30 1998-04-07 Keane; John A. Quality system implementation simulator
GB9517775D0 (en) * 1995-08-31 1995-11-01 Int Computers Ltd Computer system using genetic optimization techniques
DE19535084A1 (en) * 1995-09-21 1997-03-27 Ibm Dynamic optimisation of business processes managed by computer system
US6321205B1 (en) * 1995-10-03 2001-11-20 Value Miner, Inc. Method of and system for modeling and analyzing business improvement programs
US5867397A (en) * 1996-02-20 1999-02-02 John R. Koza Method and apparatus for automated design of complex structures using genetic programming
US6327582B1 (en) * 1996-03-01 2001-12-04 William P. Worzel Method and system for genetic programming
IL117588A (en) * 1996-03-20 2000-02-17 Scheme Evolutionary Algorithms Method for determining a stowage plan
GB9609189D0 (en) * 1996-05-02 1996-07-03 Philips Electronics Nv Adaptive process modelling and control
US5864633A (en) * 1996-05-17 1999-01-26 Therma-Wave, Inc. Method and apparatus for optical data analysis
US5897629A (en) * 1996-05-29 1999-04-27 Fujitsu Limited Apparatus for solving optimization problems and delivery planning system
US5841947A (en) * 1996-07-12 1998-11-24 Nordin; Peter Computer implemented machine learning method and system
US5708774A (en) * 1996-07-23 1998-01-13 International Business Machines Corporation Automated testing of software application interfaces, object methods and commands
GB2316504A (en) * 1996-08-22 1998-02-25 Ibm Distributed genetic programming / algorithm performance
US5761494A (en) * 1996-10-11 1998-06-02 The Sabre Group, Inc. Structured query language to IMS transaction mapper
US5793931A (en) * 1996-11-18 1998-08-11 The United States Of America As Represented By The Secretary Of The Army Method and apparatus for multi-sensor, multi-target tracking using intelligent search techniques
JP3254393B2 (en) * 1996-11-19 2002-02-04 三菱電機株式会社 Genetic algorithm machine, method of manufacturing genetic algorithm machine, and method of executing genetic algorithm
US6434435B1 (en) * 1997-02-21 2002-08-13 Baker Hughes Incorporated Application of adaptive object-oriented optimization software to an automatic optimization oilfield hydrocarbon production management system
JPH10303126A (en) * 1997-02-28 1998-11-13 Nikon Corp Method for deciding moving sequence
US7203769B2 (en) * 1997-03-14 2007-04-10 International Business Machines Corporation Bootstrapping technique for distributed object client systems
JPH10275084A (en) * 1997-03-31 1998-10-13 Toshiba Corp Solution device and method for restriction satisfaction problem, and system construction device and method
WO1998047087A1 (en) * 1997-04-17 1998-10-22 Glaxo Group Ltd. Statistical deconvoluting of mixtures
US6055523A (en) * 1997-07-15 2000-04-25 The United States Of America As Represented By The Secretary Of The Army Method and apparatus for multi-sensor, multi-target tracking using a genetic algorithm
US5963447A (en) * 1997-08-22 1999-10-05 Hynomics Corporation Multiple-agent hybrid control architecture for intelligent real-time control of distributed nonlinear processes
US5963939A (en) * 1997-09-30 1999-10-05 Compaq Computer Corp. Method and apparatus for an incremental editor technology
US5987457A (en) * 1997-11-25 1999-11-16 Acceleration Software International Corporation Query refinement method for searching documents
US6029139A (en) 1998-01-28 2000-02-22 Ncr Corporation Method and apparatus for optimizing promotional sale of products based upon historical data
DE69910466T2 (en) 1998-02-20 2004-06-24 Hewlett-Packard Co. (N.D.Ges.D.Staates Delaware), Palo Alto Methods for refining descriptors
US7110888B1 (en) 1998-02-26 2006-09-19 Openeye Scientific Software, Inc. Method for determining a shape space for a set of molecules using minimal metric distances
US6405173B1 (en) 1998-03-05 2002-06-11 American Management Systems, Inc. Decision management system providing qualitative account/customer assessment via point in time simulation
US6430545B1 (en) * 1998-03-05 2002-08-06 American Management Systems, Inc. Use of online analytical processing (OLAP) in a rules based decision management system
US6449761B1 (en) * 1998-03-10 2002-09-10 Monterey Design Systems, Inc. Method and apparatus for providing multiple electronic design solutions
GB9805260D0 (en) * 1998-03-13 1998-05-06 Ncr Int Inc Method and apparatus to model the variables of a data set
US6434492B1 (en) 1998-03-17 2002-08-13 Brandeis University Computer apparatus and method for analyzing structural stability
US6125351A (en) * 1998-05-15 2000-09-26 Bios Group, Inc. System and method for the synthesis of an economic web and the identification of new market niches
US6094652A (en) 1998-06-10 2000-07-25 Oracle Corporation Hierarchical query feedback in an information retrieval system
US6185548B1 (en) 1998-06-19 2001-02-06 Albert Einstein College Of Medicine Of Yeshiva University Neural network methods to predict enzyme inhibitor or receptor ligand potency
JP2000020103A (en) 1998-07-02 2000-01-21 Yamaha Motor Co Ltd Evaluating method for genetic algorithm
EP1092196A1 (en) 1998-07-02 2001-04-18 Bios Group LP An adaptive and reliable system and method for operations management
WO2000002138A1 (en) 1998-07-06 2000-01-13 Bios Group Lp A method for performing market segmentation and for predicting consumer demand
US6408263B1 (en) * 1998-07-31 2002-06-18 Gary J. Summers Management training simulation method and system
EP1099182A4 (en) 1998-07-31 2001-10-10 Gary J Summers Management training simulation method and system
GB2343763B (en) * 1998-09-04 2003-05-21 Shell Services Internat Ltd Data processing system
US6349238B1 (en) 1998-09-16 2002-02-19 Mci Worldcom, Inc. System and method for managing the workflow for processing service orders among a variety of organizations within a telecommunications company
US6937993B1 (en) 1998-09-16 2005-08-30 Mci, Inc. System and method for processing and tracking telecommunications service orders
US20030069873A1 (en) 1998-11-18 2003-04-10 Kevin L. Fox Multiple engine information retrieval and visualization system
US6468770B1 (en) 1998-11-30 2002-10-22 Exelixis Pharmaceuticals, Inc. Nucleic acids and proteins of D. melanogaster insulin-like genes and uses thereof
US6424358B1 (en) * 1998-12-03 2002-07-23 Lockheed Martin Corporation Method and system for importing database information
US6848104B1 (en) 1998-12-21 2005-01-25 Koninklijke Philips Electronics N.V. Clustering of task-associated objects for effecting tasks among a system and its environmental devices
US6249714B1 (en) 1998-12-31 2001-06-19 Rensselaer Polytechnic Institute Virtual design module
US6941321B2 (en) 1999-01-26 2005-09-06 Xerox Corporation System and method for identifying similarities among objects in a collection
WO2000054185A1 (en) 1999-03-08 2000-09-14 The Procter & Gamble Company Method and apparatus for building a user-defined technical thesaurus using on-line databases
US6513024B1 (en) * 1999-03-16 2003-01-28 Chou H. Li Self-optimization with interactions
US6523016B1 (en) * 1999-04-12 2003-02-18 George Mason University Learnable non-darwinian evolution
US6941287B1 (en) 1999-04-30 2005-09-06 E. I. Du Pont De Nemours And Company Distributed hierarchical evolutionary modeling and visualization of empirical data
US6490566B1 (en) 1999-05-05 2002-12-03 I2 Technologies Us, Inc. Graph-based schedule builder for tightly constrained scheduling problems
DE50000887D1 (en) * 1999-05-12 2003-01-16 Siemens Ag ADDRESS READING METHOD
US6175830B1 (en) 1999-05-20 2001-01-16 Evresearch, Ltd. Information management, retrieval and display system and associated method
US7181438B1 (en) 1999-07-21 2007-02-20 Alberti Anemometer, Llc Database access system
US6718363B1 (en) 1999-07-30 2004-04-06 Verizon Laboratories, Inc. Page aggregation for web sites
US6353825B1 (en) 1999-07-30 2002-03-05 Verizon Laboratories Inc. Method and device for classification using iterative information retrieval techniques
US6665665B1 (en) 1999-07-30 2003-12-16 Verizon Laboratories Inc. Compressed document surrogates
US6519586B2 (en) 1999-08-06 2003-02-11 Compaq Computer Corporation Method and apparatus for automatic construction of faceted terminological feedback for document retrieval
US6709330B1 (en) 1999-08-20 2004-03-23 Ameritrade Holding Corporation Stock simulation engine for an options trading game
US6571282B1 (en) * 1999-08-31 2003-05-27 Accenture Llp Block-based communication in a communication services patterns environment
US6564194B1 (en) 1999-09-10 2003-05-13 John R. Koza Method and apparatus for automatic synthesis controllers
US6411373B1 (en) * 1999-10-08 2002-06-25 Instrumentation Metrics, Inc. Fiber optic illumination and detection patterns, shapes, and locations for use in spectroscopic analysis
DE19952769B4 (en) 1999-11-02 2008-07-17 Sap Ag Search engine and method for retrieving information using natural language queries
US7003560B1 (en) 1999-11-03 2006-02-21 Accenture Llp Data warehouse computing system
JP2001159903A (en) 1999-12-01 2001-06-12 Yamaha Motor Co Ltd Optimizing device for unit device for combined finished product
US7254785B2 (en) 2000-02-17 2007-08-07 George Reed Selection interface system
US20020073079A1 (en) 2000-04-04 2002-06-13 Merijn Terheggen Method and apparatus for searching a database and providing relevance feedback
US6532076B1 (en) 2000-04-04 2003-03-11 Therma-Wave, Inc. Method and apparatus for multidomain data analysis
US7062561B1 (en) 2000-05-23 2006-06-13 Richard Reisman Method and apparatus for utilizing the social usage learned from multi-user feedback to improve resource identity signifier mapping
US6636848B1 (en) 2000-05-31 2003-10-21 International Business Machines Corporation Information search using knowledge agents
GB0016974D0 (en) 2000-07-12 2000-08-30 Univ Salford The Document retrieval system
US6947844B2 (en) 2000-08-09 2005-09-20 Yale University Modulators of ribosomal function and identification thereof
US7392238B1 (en) 2000-08-23 2008-06-24 Intel Corporation Method and apparatus for concept-based searching across a network
US6970860B1 (en) 2000-10-30 2005-11-29 Microsoft Corporation Semi-automatic annotation of multimedia objects
JP3934325B2 (en) 2000-10-31 2007-06-20 株式会社日立製作所 Document search method, document search apparatus, and storage medium for document search program
AU2002246919B2 (en) * 2000-11-10 2007-08-30 The Nielsen Company (Us), Llc Method and apparatus for dynamic, real-time market segmentation
GB0031047D0 (en) 2000-12-20 2001-01-31 Quest Int Perfume compositions
US20020082065A1 (en) 2000-12-26 2002-06-27 Fogel David B. Video game characters having evolving traits
US6760335B1 (en) * 2001-01-09 2004-07-06 Telefonaktiebolaget Lm Ericsson (Publ) Dynamic AAL2 path configuration in ATM system
WO2002057946A1 (en) * 2001-01-18 2002-07-25 The Board Of Trustees Of The University Of Illinois Method for optimizing a solution set
US6895405B1 (en) * 2001-01-31 2005-05-17 Rosetta Marketing Strategies Group Computer-assisted systems and methods for determining effectiveness of survey question
US6928434B1 (en) * 2001-01-31 2005-08-09 Rosetta Marketing Strategies Group Method and system for clustering optimization and applications
US6745184B1 (en) * 2001-01-31 2004-06-01 Rosetta Marketing Strategies Group Method and system for clustering optimization and applications
US6996560B1 (en) * 2001-01-31 2006-02-07 Rmsg Llc Method, system, and device for typing customers/prospects
JP4562929B2 (en) * 2001-02-14 2010-10-13 独立行政法人農業・食品産業技術総合研究機構 Cement composition
CA2440740A1 (en) * 2001-02-21 2002-09-06 The Board Of Regents Of The University Of Oklahoma Hla ligand database utilizing predictive algorithms and methods of making and using same
EP1235180A1 (en) 2001-02-26 2002-08-28 Honda R&D Europe (Deutschland) GmbH Parameter adaptation in evolution strategies
US7194461B2 (en) 2001-03-02 2007-03-20 Hewlett-Packard Development Company, L.P. Document and information retrieval method and apparatus
US7231381B2 (en) 2001-03-13 2007-06-12 Microsoft Corporation Media content search engine incorporating text content and user log mining
US6952700B2 (en) 2001-03-22 2005-10-04 International Business Machines Corporation Feature weighting in κ-means clustering
US6728706B2 (en) 2001-03-23 2004-04-27 International Business Machines Corporation Searching products catalogs
JP2004531808A (en) 2001-03-28 2004-10-14 ブリティッシュ・テレコミュニケーションズ・パブリック・リミテッド・カンパニー Data retrieval system
US6748398B2 (en) 2001-03-30 2004-06-08 Microsoft Corporation Relevance maximizing, iteration minimizing, relevance-feedback, content-based image retrieval (CBIR)
WO2002082260A2 (en) 2001-04-06 2002-10-17 British Telecommunications Plc Method and apparatus for building algorithms
US6957200B2 (en) * 2001-04-06 2005-10-18 Honeywell International, Inc. Genotic algorithm optimization method and network
US6925457B2 (en) 2001-07-27 2005-08-02 Metatomix, Inc. Methods and apparatus for querying a relational data store using schema-less queries
US6856992B2 (en) 2001-05-15 2005-02-15 Metatomix, Inc. Methods and apparatus for real-time business visibility using persistent schema-less data storage
CA2365692A1 (en) 2001-06-21 2002-12-21 International Business Machines Corporation Method for recommending indexes and materialized views for a database workload
IL151012A0 (en) 2001-08-03 2003-02-12 Ribosomes Structure And Protei Ribosomes structure and protein synthesis inhibitors
US6952650B2 (en) 2001-08-03 2005-10-04 Yale University Modulators of ribosomal function and identification thereof
US6732090B2 (en) 2001-08-13 2004-05-04 Xerox Corporation Meta-document management system with user definable personalities
US6882988B2 (en) 2001-10-05 2005-04-19 Rensselaer Polytechnic Institute System and method for time-efficient distributed search and decision-making using cooperative co-evolutionary algorithms executing in a distributed multi-agent architecture
US6528715B1 (en) 2001-10-31 2003-03-04 Hewlett-Packard Company Music search by interactive graphical specification with audio feedback
US7092378B1 (en) * 2001-12-10 2006-08-15 At & T Corp. System for utilizing a genetic algorithm to provide constraint-based routing of packets in a communication network
US6912587B1 (en) * 2001-12-10 2005-06-28 At & T Method for utilizing a generic algorithm to provide constraint-based routing of packets in a communication network
US6528714B1 (en) * 2001-12-20 2003-03-04 Tsun-Chi Liao Hi-hat cymbal stand
US7038377B2 (en) * 2002-01-16 2006-05-02 Seiko Epson Corporation Display device with a narrow frame
US6901411B2 (en) 2002-02-11 2005-05-31 Microsoft Corporation Statistical bigram correlation model for image retrieval
SG103338A1 (en) 2002-02-27 2004-04-29 Nanyang Polytechnic System, method and product for rostering using genetic algorithms
WO2003073238A2 (en) 2002-02-27 2003-09-04 California Institute Of Technology Computational method for designing enzymes for incorporation of amino acid analogs into proteins
US6671628B2 (en) 2002-03-04 2003-12-30 Chemnavigator, Inc. Methods for identifying a molecule that may bind to a target molecule
EP1345167A1 (en) * 2002-03-12 2003-09-17 BRITISH TELECOMMUNICATIONS public limited company Method of combinatorial multimodal optimisation
WO2003080232A1 (en) 2002-03-22 2003-10-02 Morphochem Aktiengesellschaft für kombinatorische Chemie Methods and systems for discovery of chemical compounds and their syntheses
US7664830B2 (en) 2002-03-29 2010-02-16 Sony Corporation Method and system for utilizing embedded MPEG-7 content descriptions
US6950270B2 (en) * 2002-04-18 2005-09-27 Seagate Technology Llc Adaptive index reference position qualification
US6763354B2 (en) 2002-05-10 2004-07-13 Agentarts, Inc. Mining emergent weighted association rules utilizing backlinking reinforcement analysis
AU2003239962A1 (en) 2002-06-03 2003-12-19 Arizona Board Of Regents Acting For And On Behalf Of Arizona State University System and method of analyzing the temporal evolution of text using dynamic centering resonance analysis
US7003516B2 (en) 2002-07-03 2006-02-21 Word Data Corp. Text representation and method
US6950811B2 (en) 2002-07-15 2005-09-27 Koninklijke Philips Electronics N.V. Method and apparatus for optimizing video processing system design using a probabilistic method to fast direct local search
US7127695B2 (en) 2002-07-18 2006-10-24 Incentia Design Systems Corp. Timing based scan chain implementation in an IC design
US6950712B2 (en) * 2002-07-30 2005-09-27 Yamaha Hatsudoki Kabushiki Kaisha System and method for nonlinear dynamic control based on soft computing with discrete constraints
US7000700B2 (en) * 2002-07-30 2006-02-21 Baker Hughes Incorporated Measurement-while-drilling assembly using real-time toolface oriented measurements
AU2003263937B2 (en) 2002-08-19 2010-04-01 The President And Fellows Of Harvard College Evolving new molecular function
EP1563348A2 (en) 2002-08-21 2005-08-17 Neal E. Solomon Systems, methods and apparatus for organizing groups of self-configurable mobile robotic agents in a multi-robotic system
US20040133355A1 (en) * 2002-10-01 2004-07-08 Target Discovery, Inc. Methods and compositions utilizing evolutionary computation techniques and differential data sets
TWI272779B (en) 2002-10-25 2007-02-01 Univ Tamkang Genetic algorithm convergence accelerating apparatus, system, and method thereof
US6944613B2 (en) 2002-12-13 2005-09-13 Sciquest, Inc. Method and system for creating a database and searching the database for allowing multiple customized views
US7076477B2 (en) 2002-12-19 2006-07-11 International Business Machines Corporation Fast and robust optimization of complex database queries
US7412453B2 (en) 2002-12-30 2008-08-12 International Business Machines Corporation Document analysis and retrieval
US7475027B2 (en) 2003-02-06 2009-01-06 Mitsubishi Electric Research Laboratories, Inc. On-line recommender system
US20040162738A1 (en) 2003-02-19 2004-08-19 Sanders Susan O. Internet directory system
US7013238B1 (en) 2003-02-24 2006-03-14 Microsoft Corporation System for delivering recommendations
US6947930B2 (en) 2003-03-21 2005-09-20 Overture Services, Inc. Systems and methods for interactive search query refinement
GB0307148D0 (en) 2003-03-27 2003-04-30 British Telecomm Data retrieval system
EP1611546B1 (en) 2003-04-04 2013-01-02 Icosystem Corporation Methods and systems for interactive evolutionary computing (iec)
US7117202B1 (en) * 2003-06-30 2006-10-03 Sun Microsystems, Inc. System and method for computer based searches using genetic algorithms
US7321880B2 (en) 2003-07-02 2008-01-22 International Business Machines Corporation Web services access to classification engines
WO2005013081A2 (en) * 2003-08-01 2005-02-10 Icosystem Corporation Methods and systems for applying genetic operators to determine system conditions
US7191164B2 (en) 2003-08-19 2007-03-13 Intel Corporation Searching for object images with reduced computation
US7356518B2 (en) 2003-08-27 2008-04-08 Icosystem Corporation Methods and systems for multi-participant interactive evolutionary computing
WO2005057358A2 (en) 2003-12-04 2005-06-23 Perfect Market Technologies, Inc. Search engine that dynamically generates search listings
US20050198026A1 (en) 2004-02-03 2005-09-08 Dehlinger Peter J. Code, system, and method for generating concepts
US7280986B2 (en) 2004-02-09 2007-10-09 The Board Of Trustees Of The University Of Illinois Methods and program products for optimizing problem clustering
US7035740B2 (en) 2004-03-24 2006-04-25 Illumina, Inc. Artificial intelligence and global normalization methods for genotyping
US7308418B2 (en) 2004-05-24 2007-12-11 Affinova, Inc. Determining design preferences of a group
EP1766538A1 (en) 2004-06-23 2007-03-28 France Télécom Automatic search for similarities between images, including a human intervention
US20060010117A1 (en) 2004-07-06 2006-01-12 Icosystem Corporation Methods and systems for interactive search
US7707220B2 (en) 2004-07-06 2010-04-27 Icosystem Corporation Methods and apparatus for interactive searching techniques
US20060122861A1 (en) 2004-12-02 2006-06-08 Scott Michael R Corporate introduction system and method
WO2006062868A2 (en) 2004-12-06 2006-06-15 Yahoo! Inc. Systems and methods for managing and using multiple concept networks for assisted search processing
US7461059B2 (en) 2005-02-23 2008-12-02 Microsoft Corporation Dynamically updated search results based upon continuously-evolving search query that is based at least in part upon phrase suggestion, search engine uses previous result sets performing additional search tasks
US7603325B2 (en) * 2005-04-07 2009-10-13 Jacobson David L Concurrent two-phase completion genetic algorithm system and methods
US20070027830A1 (en) 2005-07-29 2007-02-01 Microsoft Corporation Dynamic content development based on user feedback
EP1927058A4 (en) 2005-09-21 2011-02-02 Icosystem Corp System and method for aiding product design and quantifying acceptance
US20080055049A1 (en) 2006-07-28 2008-03-06 Weill Lawrence R Searching methods
CA2659672A1 (en) 2006-06-26 2008-01-03 Icosystem Corporation Methods and systems for interactive customization of avatars and other animate or inanimate items in video games
US7457678B2 (en) 2006-11-07 2008-11-25 The Boeing Company Method for managing ergonomic risk exposure in manufacturing

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5978507A (en) * 1992-01-29 1999-11-02 British Telecommunications Public Limited Company Method of forming a template of an image of an object for use in the recognition of the object
US6088690A (en) * 1997-06-27 2000-07-11 Microsoft Method and apparatus for adaptively solving sequential problems in a target system utilizing evolutionary computation techniques
US6282527B1 (en) * 1997-06-27 2001-08-28 Microsoft Corporation Adaptive problem solving method and apparatus utilizing evolutionary computation techniques
US6662167B1 (en) * 1998-12-15 2003-12-09 Jing Xiao Method for generating near-optimal sequencing of manufacturing tasks subject to user-given hard and soft constraints

Also Published As

Publication number Publication date
US7882048B2 (en) 2011-02-01
US20050118612A1 (en) 2005-06-02
US20080140374A1 (en) 2008-06-12
WO2005013081A3 (en) 2009-04-02
US8117140B2 (en) 2012-02-14
EP1649346A2 (en) 2006-04-26
US20110137839A1 (en) 2011-06-09
US7333960B2 (en) 2008-02-19

Similar Documents

Publication Publication Date Title
US7882048B2 (en) Methods and systems for applying genetic operators to determine system conditions
Cho Incorporating soft computing techniques into a probabilistic intrusion detection system
US7043463B2 (en) Methods and systems for interactive evolutionary computing (IEC)
US20060230018A1 (en) Mahalanobis distance genetic algorithm (MDGA) method and system
CN106060008B (en) A kind of network intrusions method for detecting abnormality
CN108833416A (en) A kind of SCADA system Information Security Risk Assessment Methods and system
Anil et al. A hybrid method based on genetic algorithm, self-organised feature map, and support vector machine for better network anomaly detection
Bhattacharyya Direct marketing performance modeling using genetic algorithms
Minku et al. An analysis of multi-objective evolutionary algorithms for training ensemble models based on different performance measures in software effort estimation
CN110348528A (en) Method is determined based on the user credit of multidimensional data mining
McRee Symbolic regression using nearest neighbor indexing
Yang et al. Behaviour-diverse automatic penetration testing: A curiosity-driven multi-objective deep Reinforcement Learning approach
Ravi et al. Hybrid classification and regression models via particle swarm optimization auto associative neural network based nonlinear PCA
Matthews et al. Evolving temporal association rules with genetic algorithms
CN110347669A (en) Risk prevention method based on streaming big data analysis
Xu et al. Tree based behavior monitoring for adaptive fraud detection
Irissappane et al. A case-based reasoning framework to choose trust models for different E-marketplace environments
Yin et al. Genetic programming for dynamic environments
Mora García et al. Discovering causes of financial distress by combining evolutionary algorithms and artificial neural networks
CN115473672B (en) Leak-proof detection method based on online interactive WEB dynamic defense
Brun et al. Fraud detection in electric energy using differential evolution
CN117650949A (en) Network attack interception method and system based on RPA robot data analysis
Sanusi Network Intrusion Detection Using Deep Reinforcement Learning
Sivanandam et al. Applications of genetic algorithms
Hsieh et al. iF2: An Interpretable Fuzzy Rule Filter for Web Log Post-Compromised Malicious Activity Monitoring

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2004779619

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2004779619

Country of ref document: EP