Skip to main content

Planning a sports training program using Adaptive Particle Swarm Optimization with emphasis on physiological constraints

Abstract

Objective

An effective training plan is an important factor in sports training to enhance athletic performance. A poorly considered training plan may result in injury to the athlete, and overtraining. Good training plans normally require expert input, which may have a cost too great for many athletes, particularly amateur athletes. The objectives of this research were to create a practical cycling training plan that substantially improves athletic performance while satisfying essential physiological constraints. Adaptive Particle Swarm Optimization using ɛ-constraint methods were used to formulate such a plan and simulate the likely performance outcomes. The physiological constraints considered in this study were monotony, chronic training load ramp rate and daily training impulse.

Results

A comparison of results from our simulations against a training plan from British Cycling, which we used as our standard, showed that our training plan outperformed the benchmark in terms of both athletic performance and satisfying all physiological constraints.

Introduction

Sports training is a process intended to improve athletic performance by means of developing both the physical and mental conditions of the athlete. Sports training can, however, have an opposite and detrimental effect to that intended. A positive result would be an improvement of physical fitness while a negative result would be an increase in fatigue. Training-performance interaction models [1, 2] have defined the relationship between sports training programs and the intended results. Successful athletes utilize a training-performance interaction model to plan wisely in advance of training and rest at appropriate intervals to maximize physical fitness improvement while minimizing the chronic fatigue. While high performance is the ultimate goal of an athlete, detrimental outcomes affecting athletic performance are likely when physiological constraints are not considered, resulting in the risk of overtraining. These physical constraints include training monotony [3], and chronic training load (CTL) ramp rate [4]. While there are a number of apps available [5, 6] their cost is substantial, but there is little evidence to suggest that their use enables a substantial rise of athletic performance. Some research has been undertaken on the generation of sports training plans simply, quickly and efficiently [7,8,9,10,11]. However, while these ‘simple’ training plans have been shown to improve athletic performance, the systems are somewhat impractical with no mechanisms to handle or manipulate necessary constraints.

Most of this related work discusses the search for a global optimal solution to scheduling sports training programs. According to [12], particle swarm optimization (PSO) is the most prevalent swarm intelligence-based optimization algorithm. This algorithm has significant advantages over previous optimization schemes [13] and has been successfully extended to constrained optimization [14]. However, there is little previous research to be found that applies PSO to the construction of optimal training programs.

In [15] a modified form of PSO that applies ɛ constraint methods, referred to as adaptive PSO, was used to generate an optimal cycling training plan using simulated athlete data. The result is a cycling training plan purposed to enhance athletic performance by taking into account physiological constraints such as training monotony [3], CTL ramp rate [4] and daily training load. The latter physiological constraint was derived from the British Cycling’s training plan for inclusion in our research.

Main text

Problem formulation

This section defines a training plan for a simulated athlete. An 8-week training plan is considered as appropriate preparation for endurance sports [16]. The training plan consists of 56 training sessions each of which introduces a daily training goal by means of average heart rate (HR) in units of beats per minute (bpm) and activity duration (D) in minutes (min).

The boundary of the HR data was extracted from the simulated athlete, 35 years old male who has 51 bpm at resting state, 165 bpm as FTHR and 189 bpm as maximum HR. The lower bound is resting HR and the upper bound is the maximum HR. For ease of use, the training plan should be personalized to the individual athlete. Functional Threshold Heart Rate (FTHR) is considered as a factor that reflects the current level of the athlete’s physical fitness. The Coggan’s training zone [17] corresponding to the simulated athlete’s FTHR is adopted. The boundary of training duration was observed from the training behavior of national athletes which ranged between 30 min and 5 h. The classified heart rate training zones and duration of training zones are illustrated in Table 1.

Table 1 Heart rate zone and duration zone

Particles encoding

The PSO technique begins by randomly initiating the number of potential training plans as a collection of particles or a swarm. Each particle is encoded into a 112-dimension array from a given training plan of 56 sessions. Each training session has HR and duration data. Thus, at iteration r, the ith solution that includes M training sessions can be expressed as

$$T_{i}^{r} = \left\{ {HR_{i,1}^{r} ,D_{i,1}^{r} ,HR_{i,2}^{r} ,D_{i,2}^{r} HR_{i,3}^{r} ,D_{i,3}^{r} , \ldots ,HR_{i,M}^{r} ,D_{i,M}^{r} } \right\}$$

A full codification of a particle can then be written as

$$HR_{1} D_{1} \,HR_{2} D_{2} \,HR_{3} D_{3} \ldots HR_{56} D_{56}$$

Objective function

All potential solutions represented by particles are evaluated by Banister’s model which can be stated as Eq. 1.

$$p_{t} = p_{0} + \left( {k_{1} \sum\limits_{i = 0}^{t - 1} {w_{i} e^{{ - (t - i)/r_{1} }} } } \right) - \left( {k_{2} \sum\limits_{i = 0}^{t - 1} {w_{i} e^{{ - (t - i)/r_{2} }} } } \right)$$
(1)

When athletes train over a certain period of time, they both gain fitness and become fatigued as the positive and negative outcomes. Athletic performance (p t ) is the summation of basic athletic performance p0, the fitness \(\left( {k_{1} \sum\nolimits_{i = 0}^{t - 1} {w_{i} e^{{ - (t - i)/r_{1} }} } } \right)\) gained and the fatigue \(\left( {k_{2} \sum\nolimits_{i = 0}^{t - 1} {w_{i} e^{{ - (t - i)/r_{2} }} } } \right)\) ‘accumulated’ from training for t days. However, the amplitude of fatigue gain (k2) and the fatigue decay rate (r2) is higher than fitness gain (k1) and fitness decay rate (r1). In this study, all model parameters were defined by the results of the model fitting from Busso et al. [1].

The training load w i for the ith training session can be obtained by Banister’s Training IMPulse (TRIMP) model which can be formulated as Eq. 2.

$$w_{i} (d_{i} ,\overline{{hr_{i} }} ) = d_{i} \cdot {}^{norm}HR(\overline{{hr_{i} }} ) \cdot e^{{y \cdot {}^{norm}HR(\overline{{hr_{i} }} )}}$$
(2)

d i is the duration in minutes of a training session on the ith day, y is the model constant (1.92 for males and 1.67 for females [2]), \(\overline{{hr_{i} }}\) is the average heart rate throughout a training session on the ith day, and normHR() is the normalized \(\overline{{hr_{i} }}\) throughout a training session on the ith day, which is determined by Eq. 3

$${}^{norm}HR(\overline{{hr_{i} }} ) = {{\left( {\overline{{hr_{i} }} - {}^{resting}HR} \right)} \mathord{\left/ {\vphantom {{\left( {\overline{{hr_{i} }} - {}^{resting}HR} \right)} {\left( {{}^{\hbox{max} }HR - {}^{resting}HR} \right)}}} \right. \kern-0pt} {\left( {{}^{\hbox{max} }HR - {}^{resting}HR} \right)}}$$
(3)

where \(\overline{{hr_{i} }}\) is the average heart rate during a training session the ith day. restingHR is the athlete heart rate at resting state, and maxHR is the athlete maximum heart rate.

Physiological constraints

Due to minimizing the risk of overtraining and injuries, the sports training plan need to be satisfied by related physiological constraints. In this paper, 3 physiological constraints of cycling training domain are determined as follow: training monotony, CTL ramp rate and daily TRIMP.

Training monotony is a factor of training with a monotonous pattern may consequence becoming overtrained, which described in [3]. The CTL ramp rate [4] was used as the progressive increase restriction of training load so that athletes can avoid being overtrained. The last introduced constraint is the daily training load limitation. This constraint aims to eliminate excessive training sessions. From investigating on the standard training plan from British Cycling [18], this study determined 450 of TRIMP as the maximum daily training load.

All of these constraints can be considered as inequality constraints, and when applied indicate a training monotony value in a training plan should not be over 1.5, The CTL ramp rate score should be under 5 for < 4 weeks, and the daily TRIMP should be kept lower than 450. Equality constraints are not presented in this study.

Constrained optimization

The Adaptive PSO algorithm, using the ɛ-constrained method [15] separately uses the particle objective and constraint violation values to determine which particle is the better. We adopted the methods in [15] that limit the particle maximum velocity adaptively to decrease the possibility of flying over a feasible region as a pseudocode shows this in more detail (see Additional file 1).

Procedure

We modified the source code of Pyswarm [19] and represent the new algorithm as pseudocode shown above. The parameters for the ɛ constrained method were defined by the constraint violation being given by the square sum of all constraints (p = 2). The ɛ-level is assigned to 0 which means that the problems are solved in lexicographic order where the constraint violations precede the objective function. The number of groups N g  = 4, the number of particles in a group n g  = 25, the weight of the number of the currently feasible particle is F λ  = 0.2, the threshold of updating F θ  = 0.05. The parameters for PSO are defined as follows: the number of particles N = 100 (= 5 × 25), w0 = 0.9, wT = 0.4, the initial velocity is 0, and the maximum velocity \(V_{{MAX_{j} }}\) is adaptively controlled. The maximum number of iterations is 5000 (50,000 fitness evaluations). Independent runs were performed 30 times.

Discussion

We select and analyze the run with the best athletic performance. The discussion of our results is discussed in terms of training patterns, athletic performance, and constraints handling.

Training patterns

The comparison of the PSO training plan against our standard training plan, British Cycling’s training plan, is illustrated in Fig. 1d. The training load for each training sessions in such plans represented as a bar chart. The solid bars located at left-hand side belong to PSO result while the striped bar at right-hand side belonging our standard training load. As shown in Fig. 1d, both training plans share the same training pattern of alternation between high and low-intensity training. Thus, the dynamic time warping (DTW) analysis was done as a similarity analysis. We bound the measured Euclidean distance between two similar agents in the two training plans at the same position to 1 and the 2 training plans that furthest apart to 0, PSO distance from standard training plan at 0.804. Once it close to 1, it can be interpreted that PSO training plan is closely similar to our standard training plan in term of training patterns.

Fig. 1
figure 1

Summary of the PSO result. a The athletic performance by each training days corresponding to PSO’s training plans and British Cycling’s training plans (the training plan with higher athletic performance is preferred); b the convergence of each constraints violation value by algorithm iterations (the lower value of constraint violation is preferred); c the convergence of athletic performance value by algorithm iterations (the higher value of performance is preferred); d the comparison of daily training effort between PSO training plan and British Cycling’s training plan which presented by daily TRIMP value (higher TRIMP mean high training effort)

The athletic performance by training days in each training plans is represented as line chart in Fig. 1a. The dashed line with the cross marked belong to athletic performance by days in PSO training plan while the solid line with the dot marked belong to athletic performance by days in our standard’s training plan. Even though our results are closely related to the simulated standard training plan outcomes, the generated training plan outperformed the standard by raising athletic performance to a higher level of achievement. As shown in Fig. 1a, the PSO training plan performance is 13.436 while our standard training plan performance is 7.38. The PSO training plan was demonstrated to be a high-performance training plan which also satisfied all physiological constraints included.

Constrained optimization

The performance of constrained optimization in this paper is illustrated in Fig. 1b which represented by line chart of sum constraints violation value of each constraint by iterations. The solid line, dashed-line and a dashed-dotted line are belonging to the monotony constraint, CTL ramp rate constraint and daily training load constraint respectively. The proposed technique also outperforms the GA-based technique [20] in terms of fast convergence and high quality solution, as illustrated in Fig. 1c. In addition, the performance of constrained optimization is analyzed in term of the sum of constraints violation by different iterations. In Table 2, we present statistic of the sum constraints violation including the best, the worse, an average and a standard deviation.

Table 2 All constraint violations in particular evaluation times (FEs)

Variation of a particle’s velocity by the algorithm’s iterations is fast in the early iterations (as shown in Fig. 1b) with a brief scanning of their nearby area. The particle’s velocity then slows down later as more detailed and fine searching occurs, seeking the best potential solution nearby their current position. The purpose of the adaptive maximum limit of the particle’s velocity is to avoid flying over better solutions. Table 2 illustrates the capability of this approach in each of iteration. Particles are able to find feasible solutions and attract others to move toward their positions. The best particles satisfying all constraints include monotony, CTL ramp rate and daily TRIMP restriction. This means that the adaptive PSO generated training plan is considered as a practical sports training plan that minimizes the risk of becoming overstrained.

Conclusion

The adaptive PSO techniques for generating a sports training plan is presented. Since the problem domain in this paper is a cycling training plan, the training-performance model and cycling physiological constraints were adopted. This work included several processes including problem formulation, particle encoding, athletics performance model implementation as the objective function, physiological constraints adoption and implementation of an adaptive PSO with the ɛ-constraint method as the main optimization technique. Our simulations demonstrated that the PSO-generated training plan significantly outperformed the standard plan based on a training plan from British Cycling while satisfying all physiological constraints. We have demonstrated that the Adaptive Particle Swarm Optimization method of driving a training plan and considering certain physiological constraints, produces a safe, high-performance training plan. However, this training plan is needed some further tests and analyses with human participation to ensure its safety in practice.

Limitations

For the best training result, parameters of training-performance interaction model need to be adjusted regarding particular athlete’s physical adaptation on particular sports.

Further, unplanned overtime jobs, family issues and illness may intervene in the athlete’s training plan. Reorganization of the training plan may be needed to cover these unpredictable issues to maintain or raise athlete’s performance as much as possible in the remaining time until the race day.

Abbreviations

CTL:

chronic training load

PSO:

particle swarm optimization

HR:

heart rate

bpm:

beats per minute

D:

duration

FTHR:

Functional Threshold Heart Rate

TRIMP:

Training IMPulse

DTW:

dynamic time warping

References

  1. Busso T, Denis C, Bonnefoy R, Geyssant A, Lacour J-R. Modeling of adaptations to physical training by using a recursive least squares algorithm. J Appl Physiol. 1997;82:1685–93.

    Article  CAS  PubMed  Google Scholar 

  2. Banister EW. Modeling elite athletic performance. In: Physiological testing of elite athletes. Champaign (IL): Human Kinetics; 1991. p. 403–24.

  3. Foster C. Monitoring training in athletes with reference to overtraining syndrome. Med Sci Sports Exerc. 1998;30:1164–8.

    Article  CAS  PubMed  Google Scholar 

  4. Coggan A. The Science of the Performance Manager. TrainingPeaks. 2008. http://home.trainingpeaks.com/blog/article/the-science-of-the-performance-manager. Accessed 3 Oct 2016.

  5. Find a training plan|TrainingPeaks. https://www.trainingpeaks.com/training-plans/cycling. Accessed 3 Apr 2017.

  6. Smarter training for every cyclist. Today’s Plan—smarter training for every cyclist. https://www.todaysplan.com.au/. Accessed 17 Nov 2017.

  7. Tamee K, Kumyaito N. Intelligence planning for aerobic training using a genetic algorithm. Phra Nakhon Si Ayutthaya: Classic Kameo Hotel & Serviced Apartments Ayutthaya; 2016. p. 76.

    Google Scholar 

  8. Tamee K, Kumyaito N. Personalized aerobic training plan scheduling by using genetic algorithm. Phra Nakhon Si Ayutthaya: Classic Kameo Hotel & Serviced Apartments Ayutthaya; 2016. p. 215–9.

    Google Scholar 

  9. Fister I, Rauter S, Yang X-S, Ljubič K, Fister I Jr. Planning the sports training sessions with the bat algorithm. Neurocomputing. 2015;149(Part B):993–1002.

    Article  Google Scholar 

  10. Perl J. PerPot: a metamodel for simulation of load performance interaction. Eur J Sport Sci. 2010;1:1–13.

    Article  Google Scholar 

  11. Brzostowski K, Drapała J, Dziedzic G, Swiatek J. Algorithm to plan athlete’s prolonged training based on model of physiological response. In: Asian conference on intelligent information and database systems. Berlin: Springer; 2015. p. 273–83.

  12. Zhang Y, Wang S, Ji G. A comprehensive survey on particle swarm optimization algorithm and its applications. Math Probl Eng. 2015;1:1–38.

  13. Bajpai P, Kumar M. Genetic algorithm–an approach to solve global optimization problems. Indian J Comput Sci Eng. 2010;1:199–206.

    Google Scholar 

  14. Jordehi AR. A review on constraint handling strategies in particle swarm optimisation. Neural Comput Appl. 2015;26:1265–75.

    Article  Google Scholar 

  15. Takahama T, Sakai S. Solving constrained optimization problems by the ε constrained particle swarm optimizer with adaptive velocity limit control. In: Cybernetics and intelligent systems, 2006 IEEE conference on. New York: IEEE; 2006. p. 1–7.

  16. Seiler S, Tønnessen E. Intervals, thresholds, and long slow distance: the role of intensity and duration in endurance training. Sportscience. 2009;13:32–53.

    Google Scholar 

  17. Allen H, Coggan A. Training and racing with a power meter. New York: VeloPress; 2010.

    Google Scholar 

  18. Introduction to the foundation plan for intermediate/advanced riders. https://www.britishcycling.org.uk/knowledge/article/izn20140929-Training-Introduction-to-the-Foundation-Plan-for-Intermediate—Advanced-0. Accessed 12 Oct 2016.

  19. Abraham L. Pyswarm—particle swarm optimization (PSO) that supports constraints. Python. 2015. https://github.com/tisimst/pyswarm. Accessed 27 Apr 2017.

  20. Kumyaito N, Yupapin P, Kreangsak T. Personalized sports training plans with physiological constraints using the ε-constraint method with a genetic algorithm. Far East J Electron Commun. 2017;17:475–96.

    Article  Google Scholar 

Download references

Authors’ contributions

NK, PY and KT designed the study and coordinated the experiment. PY and KT analysed the study data. All authors were involved in interpreting the data. NK drafted the manuscript. All authors read and approved the final manuscript.

Acknowledgements

We would like to give many thanks to Prof. Dr. Preecha Yupapin from Ton Duc Thang University, Vietnam for his expert views and suggestions, and also Mr. Roy Morien of the Division of Research Administration, Naresuan University, Thailand for his editing assistance and advice on English expression in this document.

Competing interests

The authors declare that they have no competing interests.

Availability of data and materials

The datasets generated and/or analysed during the current study are available from the corresponding author on reasonable request.

Consent for publication

Not applicable.

Ethics approval and consent to participate

Ethics approval is not required. The need for ethical approval was lifted by an ethics committee.

Funding

Not applicable.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Author information

Authors and Affiliations

Authors

Corresponding authors

Correspondence to Preecha Yupapin or Kreangsak Tamee.

Additional file

Additional file 1.

Description of data: pseudocode of the proposed technique.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Kumyaito, N., Yupapin, P. & Tamee, K. Planning a sports training program using Adaptive Particle Swarm Optimization with emphasis on physiological constraints. BMC Res Notes 11, 9 (2018). https://doi.org/10.1186/s13104-017-3120-9

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13104-017-3120-9

Keywords