What is CutLogic 1D?
Previous Topic  Next Topic 




Genetic Algorithms and Fuzzy Logic


Genetic Algorithms

Genetic algorithm is an algorithm that mimics evolution and competition between individuals in natural selection. Tasks are encoded to genes of individuals and evolution produces better individuals with better solving. Neither programmer nor genetic algorithm has to know how to solve a given problem; solution is just bred. Genetic algorithms and genetic programming belong to evolutionary computation and artificial intelligence.


Fuzzy Logic

Fuzzy Logic is a truth-functional system that mimics natural thinking in a sense of dealing with the degree of truth rather than just with True and False. In Boolean logic an event can be only False (0) or True (1); in fuzzy logic an event can be sort of true - a number between 0 and 1.