Misplaced Pages

Quality control and genetic algorithms: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 02:41, 18 November 2008 editFreek Verkerk (talk | contribs)Extended confirmed users513 edits category deleted and wikification← Previous edit Revision as of 13:37, 13 April 2009 edit undo195.134.105.18 (talk) Redundant and inaccurate introductionNext edit →
Line 1: Line 1:
In ] and ], '''quality control''' is involved in developing systems to ensure ]s or ] are designed and produced to meet or exceed customer requirements or ]'s. '''Genetic algorithms''' are search techniques, used in ] to find exact or ] solutions to ] and search problems.


==Quality control== ==Quality control==

Revision as of 13:37, 13 April 2009

Quality control

Alternative quality control (QC) procedures can be applied on a process to test statistically the null hypothesis, that the process is in control, against the alternative, that the process is out of control. When a true null hypothesis is rejected, a statistical type I error is committed. We have then a false rejection of a run of the process. The probability of a type I error is called probability for false rejection. When a false null hypothesis is accepted, a statistical type II error is committed. We fail then to detect a significant change in the distribution of error in the process. The probability for rejection of a false null hypothesis is called probability for error detection.

The QC procedure to be designed or optimized can be formulated as:

Q1(n1,X1)# Q2(n2,X2) #...# Qq(nq,Xq) (1)

where Qi(ni,Xi) denotes a statistical decision rule, ni denotes the size of the sample Si, that is the number of the measurements the rule is applied upon, and Xi denotes the vector of the rule specific parameters, including the decision limits. Each symbol # denotes either the Boolean operator AND or the operator OR. Obviously, for # denoting AND, and for n1 < n2 <...< nq, that is for S1 {\displaystyle \subset } S2 {\displaystyle \subset } .... {\displaystyle \subset } Sq, the (1) denotes a q-sampling QC procedure.

Each statistical decision rule is evaluated by calculating the respective statistic of the sample of the measurements. Then, if the statistic is out of the interval between the decision limits, the decision rule is considered to be true. Many statistics can be used, including the following: a single value of the sample, the range of the sample, the mean of the sample, the standard deviation of the sample, the cumulative sum, the smoothed mean, and the smoothed standard deviation. Finally, the QC procedure is evaluated as a Boolean proposition. If it is true, then the null hypothesis is considered to be false, the process is considered to be out of control, and the run is rejected.

A QC procedure is considered to be optimum when it minimizes (or maximizes) a context specific objective function. The objective function depends on the probabilities for error detection and for false rejection. The probabilities for error detection and for false rejection depend on the parameters of the QC procedure (1) and on the probability density function of the error in the process.

Genetic algorithms

In general, we can not use algebraic methods to optimize the QC procedures. Usage of enumerative methods would be very tedious, especially with multi-rule procedures, as the number of the points of the parameter space to be searched grows exponentially with the number of the parameters to be optimized. Optimization methods based on the genetic algorithms (GAs) offer an appealing alternative as they are robust search algorithms, that do not require knowledge of the objective function and search through large spaces quickly. GAs have been derived from the processes of the molecular biology of the gene and the evolution of life. Their operators, cross-over, mutation, and reproduction, are isomorphic with the synonymous biological processes. GAs have been used to solve a variety of complex optimization problems. Furthermore, the complexity of the design process of novel QC procedures is obviously greater than the complexity of the optimization of predefined ones. The classifier systems and the genetic programming paradigm have shown us that GAs can be used for tasks as complex as the program induction.

In fact, since 1993, GAs have been successfully used to optimize and to design novel QC procedures.

References

  1. Hatjimihail AT. Genetic algorithms based design and optimization of statistical quality control procedures. Clin Chem 1993;39:1972-8.
  2. Hatjimihail AT, Hatjimihail TT. Design of statistical quality control procedures using genetic algorithms. In LJ Eshelman (ed): Proceedings of the Sixth International Conference on Genetic Algorithms. San Francisco: Morgan Kauffman, 1995:551-7.
  3. Hatjimihail AT, Hatjimihail TT. Design of statistical quality control procedures using genetic algorithms . Drama: Hellenic Complex Systems Laboratory, 1994.

See also

External links

  • Hellenic Complex Systems Laboratory
Categories: