About Fitness
1.Physical fitness
Physical fitness comprises two related concepts: general fitness (a state of health and well-being) and specific fitness (a task-oriented definition based on the ability to perform specific aspects of sports or occupations). Physical fitness is generally achieved through correct nutrition, exercise, and enough rest.
In previous years, fitness was commonly defined as the capacity to carry out the day’s activities without undue fatigue. However, as automation increased leisure time, changes in lifestyles following the industrial revolution rendered this definition insufficient. These days, physical fitness is considered a measure of the body’s ability to function efficiently and effectively in work and leisure activities, to be healthy, to resist hypokinetic diseases, and to meet emergency situations.
2.Cardiorespiratory fitness
Cardiorespiratory fitness refers to the ability of the circulatory and respiratory systems to supply oxygen to skeletal muscles during sustained physical activity. Regular exercise makes these systems more efficient by enlarging the heart muscle, enabling more blood to be pumped with each stroke, and increasing the number of small arteries in trained skeletal muscles, which supply more blood to working muscles. Exercise improves the respiratory system by increasing the amount of oxygen that is inhaled and distributed to body tissue.
Cardiorespiratory fitness is also sometimes referred to as Aerobic fitness.
There are many benefits of cardiorespiratory fitness. Some include improving sexual drive, longer erections, increase in sexual energy, better sex, and can make a person feel happier. It can also reduce the risk of heart disease, lung cancer, type 2 diabetes, stroke, and many other sicknesses. Cardiorespiratory fitness helps improve the condition of your lungs and heart, and will make you feel strong.
The American College of Sports Medicine recommends aerobic exercise 3-5 times per week for 20–60 minutes per session, at an intensity that maintains the heart rate between 65-90% of the maximum heart rate.
3.Fitness approximation
In function optimization, fitness approximation is a method for decreasing the number of fitness function evaluations to reach a target solution. It belongs to the general class of evolutionary computation or artificial evolution methodologies. Fitness approximation may be appropriate, especially in the following cases:
. Fitness computation time of a single solution is extremely high
. Precise model for fitness computation is missing
. The fitness function is uncertain or noisy.
Two main classes of fitness functions exist: one where the fitness function does not change, as in optimizing a fixed function or testing with a fixed set of test cases; and one where the fitness function is mutable, as in niche differentiation or co-evolving the set of test cases.
Another way of looking at fitness functions is in terms of a fitness landscape, which shows the fitness for each possible chromosome.
Definition of the fitness function is not straightforward in many cases and often is performed iteratively if the fittest solutions produced by GA are not what is desired. In some cases, it is very hard or impossible to come up even with a guess of what fitness function definition might be. Interactive genetic algorithms address this difficulty by outsourcing evaluation to external agents (normally humans).
4.Fitness and figure competition
Fitness and Figure competition is a class of physique-exhibition events for women. While bearing a close resemblance to female bodybuilding, they emphasizes muscle tone over muscle size.
5.Fitness function
A fitness function is a particular type of objective function that is used to summarise, as a single figure of merit, how close a given design solution is to achieving the set aims.
In particular, in the fields of genetic programming and genetic algorithms, each design solution is represented as a string of numbers (referred to as a chromosome). After each round of testing, or simulation, the idea is to delete the ‘n’ worst design solutions, and to breed ‘n’ new ones from the best design solutions. Each design solution, therefore, needs to be awarded a figure of merit, to indicate how close it came to meeting the overall specification, and this is generated by applying the fitness function to the test, or simulation, results obtained from that solution.
The reason that genetic algorithms are not a lazy way of performing design work is precisely because of the effort involved in designing a workable fitness function. Even though it is no longer the human designer, but the computer, that comes up with the final design, it is the human designer who has to design the fitness function. If this is designed wrongly, the algorithm will either converge on an inappropriate solution, or will have difficulty converging at all.
Moreover, the fitness function must not only correlate closely with the designer’s goal, it must also be computed quickly. Speed of execution is very important, as a typical genetic algorithm must be iterated many times in order to produce a usable result for a non-trivial problem.
6.Fitness (biology)
Fitness (often denoted w in population genetics models) is a central idea in evolutionary theory. It can be defined either with respect to a genotype or to a phenotype. In either case, it describes the ability to both survive and reproduce, and is equal to the average contribution to the gene pool of the next generation that is made by an average individual of the specified genotype or phenotype. If differences between alleles at a given gene affect fitness, then the frequencies of the alleles will change over generations; the alleles with higher fitness become more common. This process is called natural selection.
An individual’s fitness is manifested through its phenotype. As phenotype is affected by both genes and environment, the fitnesses of different individuals with the same genotype are not necessarily equal, but depend on the environment in which the individuals live. However, since the fitness of the genotype is an averaged quantity, it will reflect the reproductive outcomes of all individuals with that genotype.
Inclusive fitness differs from individual fitness by including the ability of an allele in one individual to promote the survival and/or reproduction of other individuals that share that allele, in preference to individuals with a different allele. One mechanism of inclusive fitness is kin selection.
