Package edu.uky.ai


package edu.uky.ai
Contains various Artificial Intelligence algorithms and testing environments.
  • Class
    Description
    Indicates that an algorithm has performed more than the maximum allowed number of operations.
    Represents the limitations placed on an algorithm in terms of how many operations it may perform and how long it make take to solve a problem.
    Indicates that an algorithm has used more than the maximum allowed resources.
    Settings for all projects.
    Indicates that an algorithm has taken more than the allowed amount of time.