Optimal Location and Sizing of Energy Storage Systems in DC-Electrified Railway Lines Using a Coral Reefs Optimization Algorithm with Substrate Layers
Abstract
:1. Introduction
- The main contribution of this work is to apply the CRO-SL in a very realistic railway simulation model to determine the optimum installation of ESSs in a railway line, increasing the number of decision variables (therefore, a more demanding search space for the algorithm) when compared to previous works [18].
- From an algorithmic point of view, a novel cooperative multi-agent ensemble method, the CRO-SL, has been successfully applied to a hard combinatorial optimization problem in the field of ESS design for transportation systems.
2. Problem Definition
2.1. Formulation
- Number of ESSs to be installed.
- Location of the ESSs to be installed.
- Power (kW) of each ESS to be installed.
- Capacity (kWh) of each ESS to be installed.
- stands for the power feature of at location n. The values for this variable are discrete, ranging from 0 kW (no ESS installed at position n) to kW (maximum power that can be installed) in steps of kW. Therefore, each power feature must take one value from the set of discrete values available (being ) a multiple of ).
- stands for the capacity feature of at location n. The values for this variable are discrete, ranging from 0 kWh (no ESS installed at position n) to kWh (maximum capacity that can be installed) in steps of kWh. Therefore, each capacity feature must take one value from the set of discrete values available (being ) a multiple of ).
2.2. Fitness Function
- is the annual energy consumption obtained when the infrastructure is not improved. This value is obtained from simulation (the details about the communication between optimization algorithms and railway simulations are given in Section 2.3).
- is the annual energy consumption when installing the ESSs configuration associated with . This value is also obtained from simulation.
- is the energy price.
- is the installation cost of the ESSs configuration determined by .
- is the Weighted Average Cost of Capital.
- T is the period to evaluate the investment (in years).
- is the maximum budget.
2.3. Middleware between Optimization Algorithms and Railway Simulations
- The algorithm gives the characteristics of the ESSs configurations to be tested (in terms of number, location, power, and capacity) to the railway simulation module. This information becomes part of the electrical infrastructure data, included within the data required to perform the simulations.
- Several traffic scenarios (selected to represent the traffic operation in a realistic way) are simulated with the ESSs configuration provided by the algorithm. The output from the simulations is the energy saving associated to each configuration. This information is, at the same time, the input data for the optimization algorithm.
- The value for the fitness function of each configuration is computed from its associated energy saving and installation costs (see Equation (3)). This fitness value provides the information required by the optimization algorithms to update the configurations to be tested by the simulator in the next iteration.
3. Methods
3.1. The Coral Reef Optimization Algorithm for Optimization
Algorithm 1 Pseudocode for the CRO algorithm. |
Require: Valid values for the parameters controlling the CRO algorithm |
Ensure: A single feasible individual with optimal value of its fitness |
1: Initialize the algorithm |
2: for each iteration of the simulation do |
3: Update values of influential variables: Depredation probability, etc. |
4: Sexual reproduction processes (broadcast spawning and brooding) |
5: Asexual reproduction process |
6: Settlement of new corals |
7: Depredation process |
8: Evaluate the new population in the coral reef |
9: end for |
10: Return the best individual (final solution) from the reef |
3.2. The CRO-SL: A Multi-Method Ensemble Evolutionary Algorithm
Substrate Layers Defined in the CRO-SL
- HS: A metaheuristic method based on stochastic optimization [43]. It imitates the process found in music improvisation which searches for better harmony. There are two parameters that determine the way in which new larvae are generated: (i) Harmony Memory Considering Rate (HMCR), which ranges from 0 to 1. If a uniformly spawned value is above the value of HMCR, then the encoded parameter value is uniformly drawn from the values in the coral, (ii) Pitch Adjusting Rate (PAR) which ranges from 0 to 1, which sets the probability of choosing a neighbor value of the current larva.
- DE: An Evolutionary Algorithm (EA), which has good abilities for global search [44]. The new larvae can be generated either by the mutation or crossover process. For a randomly selected encoded parameter, if a uniformly generated value is above the Crossover Probability (CR) value, which ranges from 0 to 1, the new value is obtained by , in which F is the evolution factor. Otherwise, the value is crossed with the randomly selected encoded parameter.
- 2Px: The crossover operator is the most used exploration mechanism in genetic and evolutionary algorithms [45], as its combination with an efficient mutation process allows achieving a suitable balance between exploration and exploitation. 2Px selects two random parents and exchanges the genetic material in-between two random points on them. Despite each substrate is linked to a searching process, when another parent must be picked, the selection is not limited to their substrate, but it can be chosen from any part of the population instead. The reason is to contribute to genetic information exchange among substrates, so they can easily cooperate.
- MPx: This search method is a generalization of the 2Px. In this case, k points are selected in the parents. In this work, due to the dimensionality of the problem, the value of k has been chosen to be 3. Thus, a binary vector decides whether the parts of each parent are exchanged or not for the new offspring generation.
- GM: The Gaussian Mutation is a noisy search method based on adding random values from the Gaussian distribution to the encoded parameter values, thus generating an offspring. The standard deviation value in this work is linearly decreasing during the run, from to , where is the domain search. The Gaussian probability density function is
3.3. Genetic Algorithm (GA)
- Selection: the tournament selection has been selected. A pair of chromosomes is randomly selected from the previous iteration’s population (or from the initial population in case of the first iteration). The fitness of both chromosomes is compared and the chromosome with the highest fitness is chosen for the next generation. The same chromosome can be selected more than once and the procedure is repeated until obtaining a new population with the same size as the previous one.
- Crossover: the one-point crossover mechanism has been selected. In this variant, chromosomes are randomly selected in pairs, as well as a single crossover point for each pair. The part of the chromosome after the crossover point is exchanged between the pair of chromosomes (this exchange includes both power and capacity genes).
- Mutation: each chromosome can modify a maximum number of 2 power and capacity genes (to comply with the constraint of coherency among features, the power and capacity genes mutated must be in the same position, or what is the same, must share the column in the matrix of (1)). The probability for a chromosome to mutate 1 power and capacity gen (randomly selected) is 20% and to mutate 2 power and capacity genes (randomly selected too) is 10%. These mutations consist of adding or subtracting or (each possibility with a 50% probability) to, respectively, the power and capacity genes randomly selected for the mutation.
4. Experiments and Results
4.1. Case Study Characteristics
- Infrastructure: 11 traction substations (SSs): 4 SSs of 6.6 MVA in the common section, 4 SSs of 4.4 MVA in the longest branch, and 3 SSs of 4.4 MVA in the shortest one. The nominal voltage is 1600 V and the no-load voltage is 1650 V. The total impedance of the active plus return circuit is 26 m/km.
- Rolling stock: Automatic Train Operation-guided trains with a maximum motoring power of 5 MW, a maximum regenerating power of 4 MW and an auxiliary consumption of 200 kW. They incorporate a regenerative braking system (pneumatic braking is only used when the electrical braking is not able to provide the braking force commanded) and the voltage threshold for the activation of the rheostatic braking is 1800 V.
- ESSs storage technology: electrochemical double-layer capacitors (EDLC) have been chosen as they have an excellent balance between power and energy density. The ESS management control is determined by the control curve described in [18]. This control curve tries to maximize the availability of the ESS to store regenerated energy by setting the activation values of the charging and discharging phases very close to the no-load (). In fact, these values are, respectively, and .
- Very peak-hour with large perturbations: it is represented by 200 different traffic scenarios with 3.5 min headway. All the traffic scenarios have been generated with the realistic traffic model for large perturbations of [17].
- Very peak-hour/peak-hour/off peak-hour/sparse traffic operation with small perturbations. Each moment of operation has an associated headway of, respectively, 3.5/5/7/15 min and is represented by 200 different traffic scenarios, generated all of them with the realistic traffic model for small perturbations of [16].
4.2. Search Space
- Locations: Every SS location in the line’s case study is considered as candidate where an ESS could be installed, therefore .
- Power to be installed at each location: this decision variable can take any value from the set , where the power step is kW and the maximum power that can be installed is kW.
- Capacity to be installed in each location: this decision variable can take any value from the set , where the capacity step is kWh and the maximum capacity that can be installed is kWh.
- CPU: Intel(R) Xeon(R) Silver 4116, 24 Cores-2100 MHz (48 logical processors).
- RAM: 128 GB.
- Disk: DELL PERC H330 1.65 TB.
4.3. Parameterizations of Algorithms and Objective Function
- Reef size: 200 individuals (corals) which are initially empty places.
- HS substrate: , , .
- DE substrate: F linearly decreasing during the run from 1 to .
- GM substrate: linearly decreasing during the run from 1 to .
- 2Px and MPx substrates: respectively.
- Number of maximum attempts in larvae setting: 3.
- Depredation process: Probability of depredation per iteration is set to . If depredation succeed, of the weakest corals are removed from the reef.
- Population size: 200 individuals (chromosomes).
- Crossover: One-point crossover.
- Mutation: During the mutation process, only two positions (genes) of each individual can be modified. The probability for a chromosome to randomly mutate 1 position is and to randomly mutate 2 positions is . If mutation takes place at a power gene, the position is modified in . If it takes place in a capacity gene, the position is modified in .
- €/kWh. This value has taken into account the energy tolls established by the Spanish Government and the average energy price for Spain in 2018. See in [46] for more details about the calculation methodology.
- The installation cost () is calculated with values inspired by the work in [4] (the storage technology chosen for the ESSs are EDLCs).
- of interest rate.
- years. This is a fair estimation of the ESSs’ life according to the International Renewable Energy Agency (IRENA) [47].
- €. This value makes it possible to try a considerable amount of different ESSs combinations that are within the budget limits and, at the same time, it is restrictive enough to unable highly costly configurations. Railway operators must provide this value in a real project.
4.4. Results
4.4.1. Performance Comparison between the CRO-SL and GA
4.4.2. Analysis of the Solutions
5. Conclusions
Author Contributions
Funding
Conflicts of Interest
References
- Martinis, V.D.; Corman, F. Data-driven perspectives for energy efficient operations in railway systems: Current practices and future opportunities. Transp. Res. Part C 2018, 95, 679–697. [Google Scholar] [CrossRef]
- Arboleya, P.; Mohamed, B.; El-Sayed, I. Off-board and on-board energy storage versus reversible substations in DC railway traction systems. IET Electr. Syst. Transp. 2020, 10, 185–195. [Google Scholar] [CrossRef]
- Zhang, G.; Tian, Z.; Tricoli, P.; Hillmansen, S.; Liu, Z. A new hybrid simulation integrating transient-state and steady-state models for the analysis of reversible DC traction power systems. Int. J. Electr. Power Energy Syst. 2019, 109, 9–19. [Google Scholar] [CrossRef]
- González-Gil, A.; Palacin, R.; Batty, P. Sustainable urban rail systems: Strategies and technologies for optimal management of regenerative braking energy. Energy Convers. Manag. 2013, 75, 374–388. [Google Scholar] [CrossRef] [Green Version]
- Gelman, V. Energy Storage That May Be Too Good to Be True: Comparison Between Wayside Storage and Reversible Thyristor Controlled Rectifiers for Heavy Rail. IEEE Veh. Technol. Mag. 2013, 8, 70–80. [Google Scholar] [CrossRef]
- Ibaiondo, H.; Romo, A. Kinetic Energy Recovery on Railway Systems with Feedback to the Grid; IEEE Press: Piscataway, NJ, USA, 2010; pp. 94–97. [Google Scholar]
- Khodaparastan, M.; Dutta, O.; Saleh, M.; Mohamed, A.A. Modeling and Simulation of DC Electric Rail Transit Systems with Wayside Energy Storage. IEEE Trans. Veh. Technol. 2019, 68, 2218–2228. [Google Scholar] [CrossRef]
- Gao, Z.; Fang, J.; Zhang, Y.; Jiang, L.; Sun, D.; Guo, W. Control of urban rail transit equipped with ground-based supercapacitor for energy saving and reduction of power peak demand. Int. J. Electr. Power Energy Syst. 2015, 67, 439–447. [Google Scholar] [CrossRef]
- Iannuzzi, D.; Ciccarelli, F.; Lauria, D. Stationary ultracapacitors storage device for improving energy saving and voltage profile of light transportation networks. Transp. Res. Part C 2012, 21, 321–337. [Google Scholar] [CrossRef]
- Jefimowski, W.; Szelag, A. The multi-criteria optimization method for implementation of a regenerative inverter in a 3kV DC traction system. Electr. Power Syst. Res. 2018, 161, 61–73. [Google Scholar] [CrossRef]
- Pereira, F.H.; Pires, C.L.; Nabeta, S.I. Optimal placement of rectifier substations on DC traction systems. IET Electr. Syst. Transp. 2014, 4, 62–69. [Google Scholar] [CrossRef]
- Chuang, H.J.; Chen, C.S.; Lin, C.H.; Chu, S.H. Optimization of inverter placement for mass rapid transit systems using genetic algorithm. In Proceedings of the 2005 IEEE/PES Transmission & Distribution Conference & Exposition, Asia and Pacific, Dalian, China, 18 August 2005; pp. 1–6. [Google Scholar]
- Calderaro, V.; Galdi, V.; Graber, G.; Piccolo, A. Optimal Siting and Sizing of Stationary Supercapacitors in a Metro Network Using PSO; IEEE Press: Piscataway, NJ, USA, 2015; pp. 2680–2685. [Google Scholar]
- Xia, H.; Chen, H.; Yang, Z.; Lin, F.; Wang, B. Optimal Energy Management, Location and Size for Stationary Energy Storage System in a Metro Line Based on Genetic Algorithm. Energies 2015, 8, 11618–11640. [Google Scholar] [CrossRef]
- Wang, B.; Yang, Z.; Lin, F.; Zhao, W. An Improved Genetic Algorithm for Optimal Stationary Energy Storage System Locating and Sizing. Energies 2014, 7, 6434–6458. [Google Scholar] [CrossRef] [Green Version]
- Roch-Dupré, D.; Cucala, A.; Pecharromán, R.; López-López, A.; Fernández-Cardador, A. Evaluation of the impact that the traffic model used in railway electrical simulation has on the assessment of the installation of a Reversible Substation. Int. J. Electr. Power Energy Syst. 2018, 102, 201–210. [Google Scholar] [CrossRef]
- Roch-Dupré, D.; Cucala, A.; Pecharromán, R.; López-López, A.; Fernández-Cardador, A. Simulation-based assessment of the installation of a Reversible Substation in a railway line, including a realistic model of large traffic perturbations. Int. J. Electr. Power Energy Syst. 2020, 115, 105476. [Google Scholar] [CrossRef]
- Roch-Dupré, D.; Gonsalves, T.; Cucala, A.P.; Pecharromán, R.R.; López-López, A.J.; Fernández-Cardador, A. Determining the optimum installation of energy storage systems in railway electrical infrastructures by means of swarm and evolutionary optimization algorithms. Int. J. Electr. Power Energy Syst. 2021, 124, 106295. [Google Scholar] [CrossRef]
- Maier, H.; Razavi, S.; Kapelan, Z.; Matott, L.; Kasprzyk, J.; Tolson, B. Introductory overview: Optimization using evolutionary algorithms and other metaheuristics. Environ. Model. Softw. 2019, 114, 195–213. [Google Scholar] [CrossRef]
- García-Álvarez, J.; González, M.A.; Vela, C.R. Metaheuristics for solving a real-world electric vehicle charging scheduling problem. Appl. Soft Comput. 2018, 65, 292–306. [Google Scholar] [CrossRef]
- Pellerin, R.; Perrier, N.; Berthaut, F. A survey of hybrid metaheuristics for the resource-constrained project scheduling problem. Eur. J. Oper. Res. 2020, 280, 395–416. [Google Scholar] [CrossRef]
- Osaba, E.; Villar-Rodriguez, E.; Del Ser, J.; Nebro, A.J.; Molina, D.; LaTorre, A.; Suganthan, P.N.; Coello Coello, C.A.; Herrera, F. A Tutorial On the design, experimentation and application of metaheuristic algorithms to real-World optimization problems. Swarm Evol. Comput. 2021, 64, 100888. [Google Scholar] [CrossRef]
- Wu, G.; Mallipeddi, R.; Suganthan, P.N. Ensemble strategies for population-based optimization algorithms—A survey. Swarm Evol. Comput. 2019, 44, 695–711. [Google Scholar] [CrossRef]
- Wang, X.; Li, C.; Zhu, J.; Meng, Q. L-SHADE-E: Ensemble of two differential evolution algorithms originating from L-SHADE. Inf. Sci. 2021, 552, 201–219. [Google Scholar] [CrossRef]
- Dokeroglu, T.; Sevinc, E. Memetic Teaching–Learning-Based Optimization algorithms for large graph coloring problems. Eng. Appl. Artif. Intell. 2021, 102, 104282. [Google Scholar] [CrossRef]
- Deng, W.; Shang, S.; Cai, X.; Zhao, H.; Zhou, Y.; Chen, H.; Deng, W. Quantum differential evolution with cooperative coevolution framework and hybrid mutation strategy for large scale optimization. Knowl.-Based Syst. 2021, 224, 107080. [Google Scholar] [CrossRef]
- Zeng, N.; Song, D.; Li, H.; You, Y.; Liu, Y.; Alsaadi, F.E. A competitive mechanism integrated multi-objective whale optimization algorithm with differential evolution. Neurocomputing 2021, 432, 170–182. [Google Scholar] [CrossRef]
- Lopes Silva, M.A.; de Souza, S.R.; Freitas Souza, M.J.; de França Filho, M.F. Hybrid metaheuristics and multi-agent systems for solving optimization problems: A review of frameworks and a comparative analysis. Appl. Soft Comput. 2018, 71, 433–459. [Google Scholar] [CrossRef]
- Salcedo-Sanz, S.; Muñoz-Bulnes, J.; Vermeij, M.A. New coral reefs-based approaches for the model type selection problem: A novel method to predict a nation’s future energy demand. Int. J. Bio-Inspired Comput. 2017, 10, 145–158. [Google Scholar] [CrossRef]
- Salcedo-Sanz, S. A review on the coral reefs optimization algorithm: New development lines and current applications. Prog. Artif. Intell. 2017, 6, 1–15. [Google Scholar] [CrossRef]
- Salcedo-Sanz, S.; Ser, J.D.; Landa-Torres, I.; Gil-López, S.; Portilla-Figueras, J.A. The Coral Reefs Optimization Algorithm: A Novel Metaheuristic for Efficiently Solving Optimization Problems. Sci. World J. 2014, 2014, 739768. [Google Scholar] [CrossRef] [PubMed]
- Garcia-Hernandez, L.; Salas-Morera, L.; Garcia-Hernandez, J.; Salcedo-Sanz, S.; Valente de Oliveira, J. Applying the coral reefs optimization algorithm for solving unequal area facility layout problems. Expert Syst. Appl. 2019, 138, 112819. [Google Scholar] [CrossRef]
- Salcedo-Sanz, S.; García-Díaz, P.; Del Ser, J.; Bilbao, M.N.; Portilla-Figueras, J.A. A novel Grouping Coral Reefs Optimization algorithm for optimal mobile network deployment problems under electromagnetic pollution and capacity control criteria. Expert Syst. Appl. 2016, 55, 388–402. [Google Scholar] [CrossRef]
- Salcedo-Sanz, S.; Camacho-Gómez, C.; Mallol-Poyato, R.; Jiménez-Fernández, S.; DelSer, J. A novel Coral Reefs Optimization algorithm with substrate layers for optimal battery scheduling optimization in micro-grids. Soft Comput. 2016, 20, 4287–4300. [Google Scholar] [CrossRef]
- Jiménez-Fernández, S.; Camacho-Gómez, C.; Mallol-Poyato, R.; Fernández, J.C.; Ser, J.D.; Portilla-Figueras, A.; Salcedo-Sanz, S. Optimal microgrid topology design and siting of distributed generation sources using a multi-objective substrate layer Coral Reefs Optimization algorithm. Sustainability 2019, 11, 169. [Google Scholar] [CrossRef] [Green Version]
- Tsai, C.W.; Chang, W.Y.; Wang, Y.C.; Chen, H. A high-performance parallel coral reef optimization for data clustering. Soft Comput. 2019, 23, 9327–9340. [Google Scholar] [CrossRef]
- Salcedo-Sanz, S.; Camacho-Gómez, C.; Magdaleno, A.; Pereira, E.; Lorenzana, A. Structures vibration control via Tuned Mass Dampers using a co-evolution Coral Reefs Optimization algorithm. J. Sound Vib. 2017, 393, 62–75. [Google Scholar] [CrossRef]
- López-López, A.; Pecharromán, R.; Fernández-Cardador, A.; Cucala, A. Assessment of energy-saving techniques in direct-current-electrified mass transit systems. Transp. Res. Part C 2014, 38, 85–100. [Google Scholar] [CrossRef]
- Salcedo-Sanz, S.; Camacho-Gómez, C.; Molina, D.; Herrera, F. A coral reefs optimization algorithm with substrate layers and local search for large scale global optimization. In Proceedings of the 2016 IEEE Congress on Evolutionary Computation (CEC), Vancouver, BC, Canada, 24–29 July 2016; pp. 3574–3581. [Google Scholar]
- Sánchez-Montero, R.; Camacho-Gómez, C.; López-Espí, P.L.; Salcedo-Sanz, S. Optimal Design of a Planar Textile Antenna for Industrial Scientific Medical (ISM) 2.4 GHz Wireless Body Area Networks (WBAN) with the CRO-SL Algorithm. Sensors 2018, 18, 1982. [Google Scholar] [CrossRef] [Green Version]
- Camacho-Gómez, C.; Sanchez-Montero, R.; Martínez-Villanueva, D.; López-Espí, P.; Salcedo-Sanz, S. Design of a Multi-Band Microstrip textile patch antenna for LTE and 5G services with the CRO-SL ensemble. Appl. Sci. 2020, 10, 1168. [Google Scholar] [CrossRef] [Green Version]
- Bermejo, E.; Chica, M.; Damas, S.; Salcedo-Sanz, S.; Cordón, O. Coral Reef Optimization with substrate layers for medical Image Registration. Swarm Evol. Comput. 2018, 42, 138–159. [Google Scholar] [CrossRef]
- Gee, Z.W.; Kim, J.H.; Loganathan, G. A New Heuristic Optimization Algorithm: Harmony Search. Simulation 2001, 76, 60–68. [Google Scholar]
- Storn, R.; Price, K. Differential Evolution—A simple and efficient heuristic for global optimization over continuous spaces. J. Glob. Optim. 1997, 11, 341–359. [Google Scholar] [CrossRef]
- Eiben, A.E.; Smith, J.E. Introduction to Evolutionary Computing; Springer: Berlin, Germany, 2003. [Google Scholar]
- Roch-Dupré, D.; López-López, A.; Pecharromán, R.; Cucala, A.; Fernández-Cardador, A. Analysis of the demand charge in DC railway systems and reduction of its economic impact with Energy Storage Systems. Int. J. Electr. Power Energy Syst. 2017, 93, 459–467. [Google Scholar] [CrossRef]
- Ralon, P. Electricity Storage and Renewables: Costs and Markets to 2030. Technical Report. International Renewable Energy Agency. 2017. Available online: www.irena.org (accessed on 4 August 2021).
Annual Operation Hours | Percentage of Total | |
---|---|---|
3.5 min with large perturbations | 942.5 | (12.95% of total) |
3.5 min with small perturbations | 942.5 | (12.95% of total) |
5 min with small perturbations | 1885.0 | (25.90% of total) |
7 min with small perturbations | 2782.0 | (38.20% of total) |
15 min with small perturbations | 728.0 | (10.00% of total) |
CRO-SLSolution | ||
---|---|---|
Location | ||
1 | 500 | 2.5 |
2 | 500 | 5 |
3 | 500 | 5 |
4 | 500 | 5 |
5 | – | – |
6 | – | – |
7 | – | – |
8 | 500 | 5 |
9 | – | – |
10 | – | – |
11 | 500 | 5 |
Fitness | 363.1 [k] |
Solution #1 | Solution #2 | Solution #3 | Solution #4 | Solution #5 | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Location | ||||||||||
1 | 500 | 5 | 500 | 2.5 | 500 | 2.5 | 500 | 2.5 | 500 | 2.5 |
2 | 500 | 2.5 | 500 | 2.5 | 500 | 5 | 500 | 5 | 500 | 2.5 |
3 | 500 | 2.5 | 500 | 7.5 | 500 | 2.5 | 500 | 2.5 | 500 | 2.5 |
4 | 500 | 5 | 500 | 2.5 | 500 | 2.5 | 500 | 2.5 | 500 | 2.5 |
5 | – | – | – | – | – | – | – | – | – | – |
6 | – | – | – | – | – | – | 500 | 2.5 | 500 | 7.5 |
7 | – | – | 500 | 7.5 | 500 | 12.5 | – | – | – | – |
8 | 500 | 7.5 | – | – | – | – | 500 | 2.5 | 500 | 2.5 |
9 | – | – | – | – | – | – | – | – | – | – |
10 | – | – | – | – | – | – | – | – | – | – |
11 | 500 | 2.5 | 500 | 2.5 | 500 | 2.5 | 500 | 2.5 | 500 | 2.5 |
Fitness | 360.2 [k€] | 359.6 [k€] | 358.5 [k€] | 358.3 [k€] | 358.1 [k€] |
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2021 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Roch-Dupré, D.; Camacho-Gómez, C.; Cucala, A.P.; Jiménez-Fernández, S.; López-López, Á.; Portilla-Figueras, A.; Pecharromán, R.R.; Fernández-Cardador, A.; Salcedo-Sanz, S. Optimal Location and Sizing of Energy Storage Systems in DC-Electrified Railway Lines Using a Coral Reefs Optimization Algorithm with Substrate Layers. Energies 2021, 14, 4753. https://doi.org/10.3390/en14164753
Roch-Dupré D, Camacho-Gómez C, Cucala AP, Jiménez-Fernández S, López-López Á, Portilla-Figueras A, Pecharromán RR, Fernández-Cardador A, Salcedo-Sanz S. Optimal Location and Sizing of Energy Storage Systems in DC-Electrified Railway Lines Using a Coral Reefs Optimization Algorithm with Substrate Layers. Energies. 2021; 14(16):4753. https://doi.org/10.3390/en14164753
Chicago/Turabian StyleRoch-Dupré, David, Carlos Camacho-Gómez, Asunción P. Cucala, Silvia Jiménez-Fernández, Álvaro López-López, Antonio Portilla-Figueras, Ramón R. Pecharromán, Antonio Fernández-Cardador, and Sancho Salcedo-Sanz. 2021. "Optimal Location and Sizing of Energy Storage Systems in DC-Electrified Railway Lines Using a Coral Reefs Optimization Algorithm with Substrate Layers" Energies 14, no. 16: 4753. https://doi.org/10.3390/en14164753
APA StyleRoch-Dupré, D., Camacho-Gómez, C., Cucala, A. P., Jiménez-Fernández, S., López-López, Á., Portilla-Figueras, A., Pecharromán, R. R., Fernández-Cardador, A., & Salcedo-Sanz, S. (2021). Optimal Location and Sizing of Energy Storage Systems in DC-Electrified Railway Lines Using a Coral Reefs Optimization Algorithm with Substrate Layers. Energies, 14(16), 4753. https://doi.org/10.3390/en14164753