casebase
A casebase is a structured collection of past cases, each typically comprising a problem description and a corresponding solution. This information is used in case-based reasoning (CBR) systems, a type of artificial intelligence that solves new problems by retrieving and adapting solutions from similar past experiences. The core idea of CBR is that the most recent problems are often similar to older problems, and therefore, the solutions to older problems are likely to be relevant to newer ones.
The process of using a casebase involves several steps. First, when a new problem arises, the system