Abstract
Recently, microreactors, which are tubular reactors capable of fast and highly efficient chemical reactions, have attracted attention. However, precise temperature control is required because temperature changes due to reaction heat can cause reactions to proceed differently from those designed. In a previous study, a single-input/output nonlinear control system was proposed using a model in which the microreactor is divided into three regions and the thermal equation is formulated considering the temperature gradient, but it could not control two different temperatures. In this paper, a multi-input, multi-output nonlinear control system was designed using operator theory. On the other hand, when the number of parallel microreactors is increased, a sensorless control method using M–SVR with a generalized Gaussian kernel was incorporated into the MIMO nonlinear control system from the viewpoint of cost reduction, and the effectiveness of the proposed method was confirmed via experimental results.
1. Introduction
A microreactor is a tube-type reactor with a reaction capacity of about microliters. The advantages of microreactors include the ability to achieve fast and highly efficient chemical reactions due to the large surface area per unit volume and the ability to safely handle chemical reactions that may cause explosions or generate hazardous substances because the reaction volume is much smaller than that of batch reaction systems. On the other hand, precise temperature control is essential because temperature changes due to the heat of chemical reactions can cause chemical reactions that are not intended in the design. In this study, a Peltier element, one of the thermoelectric conversion elements, is used to achieve vibration-free and precise temperature control. Peltier elements have the property of heat pumps, in which a high-temperature surface and a low-temperature surface are generated when an electric current is applied, and heat is transferred from the low-temperature surface to the high-temperature surface [1,2].
The Peltier elements, microreactors, and heat spreaders used in this study, which are cooling auxiliary mechanisms, have uncertainties due to the difficulty of accurately describing their models, and therefore must be controlled to account for them. To solve this problem, research [3] on methods for the robust design of parallel compensators for non-ASPR plants with structured uncertainties has been conducted. While sliding mode control is well known as a nonlinear control theory [4,5,6,7], this study uses operator theory, which can design robust and stable controllers for nonlinear systems [8,9]. As a study using operator theory, a nonlinear temperature control system has been designed for an aluminum plate with a Peltier device that has uncertainty [10]. In recent years, due to the popularity of AI research [11,12,13,14,15,16,17,18,19], research combining operator theory and AI has also been conducted. In addition, research on multi-input/output systems, such as research on a two-dimensional direction-of-arrival estimation using a polarization rectangular array under multipath propagation [20], has attracted much attention and has been actively studied in operator theory. As an example of combined research, a study on the multi-input/output tip position control of a 3-DOF soft actuator with uncertainty proposes a method of uncertainty compensation using M–SVR, a type of machine learning, and the control of multi-input/output systems using operator theory [21]. Operator theory has also been applied to a variety of other control objects [22,23,24,25].
In addition, the output estimates of observers designed using uncertain models deviate significantly from the real values due to modeling errors. Therefore, a study on a real-time estimation filter robust to the viscoelasticity of articulated arms in motion has been reported by considering and quantitatively evaluating an uncertain articulated arm viscoelasticity model with measurement error [26]. It was also extended to a practical filter algorithm for estimating the articulated viscoelasticity of human arms using a generalized Gaussian distribution [27].
Based on the above, the objectives of this study are twofold. The first is to realize a multi-input/output temperature control system to enable control of two temperatures within a microreactor. The second is to realize sensorless control in order to solve the increase in the number of sensors caused by numbering-up (a production method in which the number of microreactors is increased and parallelized in order to achieve mass production). Since the model of microreactors includes uncertainty, a machine learning model, M–SVR, is used as an estimator in this study. M–SVR is a machine learning method that extends SVR, which is a multiple-input, single-output method, to multiple outputs. M–SVR can consider effects among outputs compared with general SVR, and M–SVR has the advantage that the number of hyperparameters does not increase as the number of outputs increases [28,29]. Furthermore, to obtain higher generalization performance than the RBF kernel in offline learning, we design a sensorless control system with a model using a generalized Gaussian kernel. On the other hand, since the generalized Gaussian kernel increases the number of parameters to be tuned compared with the RBF kernel and makes it difficult to tune to the optimal parameters, a real-coded genetic algorithm [30,31] is used for parameter tuning to efficiently search for the optimal parameters. The effectiveness of these results is confirmed via simulations and experiments on actual equipment.
This section describes the structure of this paper. Section 2 describes the experimental apparatus used in this study, its mathematical modeling, and modeling using M–SVR. Section 3 describes the design of the multi-input multi-output temperature control system and the sensorless control system using M–SVR, based on the modeling in Section 2. Section 4 describes the results of the simulation and actual machine experiments using the control system designed in Section 3, verifies the effectiveness of the proposed method, and concludes in Section sec:conclusion.
2. Modeling
As shown in Figure 1, the microreactor and heat spreader are modeled by dividing them into three regions and formulating the thermal equations for each. Let , , and be the areas to the left of the heat spreader and , , and be the areas to the left of the microreactor, where represents the area, and the values are shown in Table 1. The parameters used for modeling are shown in Table 2. Here, Peltier elements are installed on both sides of and .
Figure 1.
Model of microreactor and heat spreader.
Table 1.
Parameters of area.
Table 2.
Parameters of microreactor.
2.1. Modeling of Heat Spreader
This section models heat spreaders.
In this case, are as follows:
And are as follows:
2.2. Modeling of Microreactor
In this section, we model the tubes.
In this case, and are as follows:
2.3. Modeling via M–SVR
To estimate the temperature of a microreactor, this section uses training data to build a model using M–SVR. M–SVR is a machine learning method that extends SVR to multiple outputs and has the advantage over general SVR of being able to consider the effects between outputs. Another advantage is that the number of hyperparameters does not increase as the number of outputs increases [28,29]. The theory of M–SVR is presented in Appendix B. In this study, a generalized Gaussian kernel is used to achieve higher generalization performance than the RBF kernel. The generalized Gaussian kernel is a kernel based on the generalized Gaussian distribution and has the property of changing the shape of the distribution with the value of the shape parameter [26]. The theory of generalized Gaussian kernels is presented in Appendix C. Three features, the currents and flowing in the Peltier element and , the temperature of aluminium, are used as training data for the input of M–SVR, and five features, , , and , the temperature of the microreactor, and and , the temperature of aluminium, are used as training data for the output. The training data are obtained by applying a constant current to currents and in 15 combinations obtained from 0, 100, 200, and 400 mA for 500 s each to obtain the temperatures , , and of the microreactor and , , and of the aluminium. The 100 samples of data obtained from each current combination were summed to obtain 1500 samples of data, which were used as training data to create the model. Hyperparameter optimization using a real-coded genetic algorithm [30] with 50 generations and 20 individuals, ranking selection as the selection method, and SPX crossover [31] as the crossover method, using the training data obtained in the experiment, and manually adjusted results are shown in Table 3 and Table 4, and MSE values in Table 5. Note that the manual adjustment is a trial-and-error adjustment made to obtain a good evaluation value using the parameters obtained by the real-valued genetic algorithm as a base point. The results show that the generalized Gaussian kernel is more accurate than the RBF kernel, so the M–SVR model with the generalized Gaussian kernel is used in this study.
Table 3.
Parameters of RBF.
Table 4.
Parameters of generalized Gaussian kernel.
Table 5.
MSE comparison.
3. Control Design
When performing MIMO temperature control, it is necessary to consider the coupling elements that occur between each control system. In this study, the coupling elements are separated based on the literature [8], and the two-input, two-output control system is divided into two independent subsystems for control. The theory is described in Appendix A.
3.1. Right Factorization
Using the model derived in Section 2.1 and Section 2.2, we perform a right factorization based on operator theory. First, from Equations (4)–(6) and (10)–(12), we have that
is expressed as follows.
In this case, and are the input signals of processes and , respectively. In addition, and are the outputs of processes and , respectively. Here, and are expressed as follows.
Note that , , , , , and are as follows.
The output-to-output coupling factors for each process are then as follows, where , .
The right factorization of each process is based on operator theory. Therefore, we represent each operator using a spatial representation as follows.
3.2. Without Interference Effects
Figure 2 shows the control system for eliminating the effects of interference.
Figure 2.
Without interference effects.
In this case, ,, , , , , and . , is the thermal model of the heat spreader, and , is the tube thermal model. can undergo right factorization as follows.
Also, ) and ) are linear operators such that for any bounded . Here, the effect of interference can be eliminated by designing the control system so that the interference term is equal to the feedback term, as shown in the following equation. Each operator is designed with , , , , where is the bounded signal and and are design parameters.
Transform the equation for .
From the above equation, the input signal equals the output of operator .
3.3. Controller Design
The control system designed based on operator theory is shown in Figure 3. In this case, each plant is , , and , and the controllers are , , and . Also, each signal is , , , , , , and . The nonlinear operator for the thermal model of the aluminum block and the operator for the thermal model of the tube are collectively denoted by ), where the operators and are designed to satisfy the Bezout’s identity shown in Equation (29). By designing stable operators and to satisfy Bezout’s identity, and become right-irreducible and BIBO-stable in the feedback control system shown in Figure 3 [8].
where I is the identity map. The operators designed with an arbitrary constant are shown in Equations (30) and (31).
Figure 3.
MIMO control system for microreactor based on operator theory.
3.4. Sensorless Control System with M–SVR
A sensorless control instrument using M–SVR is shown in Figure 4. The model for M–SVR was the model created in Section 2.3. is the vector of temperatures of the microreactor estimated by M–SVR, and is the vector of temperatures of the heat spreader estimated by M–SVR, , , combined with the measured value, . is a controller that converts from heat to current and can be expressed as in Equation (34); is a controller that takes the temperature about the tube from the output of M–SVR and outputs the difference from the initial temperature; is a controller that takes the temperature about aluminum from the output of M–SVR and outputs the difference from the initial temperature. The parameters used are listed in Table 6.
Figure 4.
Proposed sensorless control system using M–SVR.
Table 6.
Parameters of Peltier device.
4. Simulation and Experiment
4.1. Experimental System
Figure 5 shows a diagram of the experimental apparatus. The experimental apparatus consists of a computer, power supply, microcomputer, temperature sensor circuit, current sensor circuit, and microreactor cooling block. The cooling block consists of a Peltier element, a heat spreader, a microreactor, and a fan. The microreactor and heat spreader are equipped with multiple temperature sensors. The operation flow of the system is shown below.
Figure 5.
Diagram of the experimental apparatus.
- Temperature acquisitionWhen the computer sends a command to the microcomputer to acquire the temperature, the microcomputer acquires the value from the temperature sensor circuit and sends the temperature value to the computer.
- Control input calculation and current value settingControl inputs are calculated from operator theory based on target and acquisition temperatures. If necessary, the control input is converted to a current value. The calculated current value is sent to the microcomputer as a command current.
- Current controlThe microcomputer performs PID control so that the current flowing through the Peltier element becomes the command current value received from the computer.
- Step 1 is repeated until the control time is reached.
Table 7 shows the common parameters used in the simulations and the actual experiments. A first-order low-pass filter with a cutoff frequency of 10 Hz was used for noise rejection in the actual experiment.
Table 7.
Common parameters for simulation and experiment.
4.2. Simulation Results for MIMO Control Systems
Figure 6 and Figure 7 show the simulation results for the MIMO control system. The parameters used in the simulations are listed in Table 8. Figure 6 shows that and follow each other in about 150 s.
Figure 6.
Microreactor temperature (simulation on MIMO control system).
Figure 7.
Control input (simulation on MIMO control system).
Table 8.
Parameters for simulation.
4.3. Results of Experiment
4.3.1. MIMO Control System
The experimental results of the MIMO control system are shown in Figure 8 and Figure 9. Table 9 shows the parameters used in the experiments. Figure 8 shows that and follow each other in about 250 s.
Figure 8.
Microreactor temperature (experiment on MIMO control system).
Figure 9.
Control input (experiment on MIMO control system).
Table 9.
Parameters of experiment on MIMO control systems.
4.3.2. MIMO Sensorless Control Using M–SVR
Figure 10, Figure 11 and Figure 12 show the experimental results of sensorless control using M–SVR. Table 10 shows the parameters used in the experiments. Here, and are the estimated values of M–SVR and are the signals used for feedback, while and are only measurements and are not used for control. Figure 10 and Figure 11 show that the estimated values of and of M–SVR follow each other in about 320 s.
Figure 10.
Microreactor temperature and M–SVR estimate (experiment).
Figure 11.
Microreactor temperature and M–SVR estimate (experiment).
Figure 12.
Control input (experiment on MIMO sensorless control using M–SVR).
Table 10.
Parameters of experiment on MIMO sensorless control using M–SVR.
4.4. Discussion
Compare Figure 6 and Figure 7, which are simulation results of the control system in Figure 3, Figure 8 and Figure 9, which are the results of actual machine experiments. Figure 9, which is a graph of temperature, shows an overshoot, whereas Figure 8 does not. In addition, the simulation results show a faster target value tracking time than the experimental results. This is due to the fact that the heat spreader used in the experimental system has a cavity, which has a smaller thermal conductivity than in reality. And, even though the difference between the two cooling temperatures is larger in the actual experiment than in the simulation, the simulation results are more biased than Figure 7 and Figure 9. The reason for this is that the heat spreader used in the experimental system has a cavity, which is not taken into account, and therefore the thermal conductivity of the model is larger than in reality. From Figure 10 and Figure 11, which are the results of the sensorless control system using M–SVR, it can be seen that there are errors between the sensor values and the estimated values. This is due to modeling errors that occur when the model is created via M–SVR.
5. Conclusions
In this study, a MIMO temperature control system for a microreactor was designed and its effectiveness was confirmed through simulations and experiments. The proposed method can control two temperatures in a microreactor, whereas the conventional method can control only one temperature in a microreactor, thus allowing for a high degree of freedom in temperature control. We also created a machine learning model of the M–SVR of a microreactor using a generalized Gaussian kernel and conducted actual experiments on sensorless control using the model to confirm its effectiveness. The hyperparameters of the M–SVR were optimized using a real-coded genetic algorithm, one of the metaheuristics, and then adjusted manually. The MSE of each output was lower for the generalized Gaussian kernel than for the RBF kernel, indicating the accuracy of the model. In addition, the fact that the M–SVR estimates from the experiment are distributed near the corresponding sensor values confirms that they are correctly estimated and confirms the effectiveness of sensorless control.
Author Contributions
T.K. applied a generalized Gaussian kernel as the kernel function of M–SVR and performed parameter optimization using a real-coded genetic algorithm. Using the model, a sensorless control of a MIMO temperature control system of a microreactor was proposed. In addition, K.N. proposed a method to extend the temperature control system of a microreactor to a MIMO temperature control system, and M.D. suggested technical support and gave overall guidance on the paper. All authors have read and agreed to the published version of the manuscript.
Funding
This research received no external funding.
Institutional Review Board Statement
Not applicable.
Informed Consent Statement
Not applicable.
Data Availability Statement
Data are contained within the article.
Conflicts of Interest
The authors declare no conflicts of interest.
Abbreviations
The following abbreviations are used in this manuscript:
| MIMO | Multi-input multi-output |
| M–SVR | Multi-output support vector regression |
| MSE | Mean square error |
Appendix A. Separation of Coupling Elements
When performing MIMO temperature control, it is necessary to consider the coupling elements that occur between each control system. In this study, the coupling elements are separated based on Reference [8], and the two-input, two-output control system is divided into two independent subsystems for control. Figure A1 shows a MIMO system plant with coupling elements. Here, U is the input space, V is the output space, and are the inputs and outputs of the nominal plant →V. The operator →V is nonlinear and stable, and is diagonalizable. The plant can then undergo right factorization as follows.
where is linear, stable and invertible. We define the operator with respect to the coupling elements, as in the following equation, where is a bounded unknown.
In this case, can be expressed as follows:
Next, consider a MIMO system with feedback signals as shown in Figure A2, where S is the feedback operator and b is the feedback signal .
Figure A1.
MIMO system plant.
Figure A2.
MIMO system stabilization via operator theory.
Each element of the feedback signal b is expressed by the following equation, which includes the coupling elements.
However, the coupling factor can be eliminated by designing the operator to satisfy the following equation.
In this case, the coupling factor is removed from the input u as in the following equation, which can be converted to an equation including the disturbances f and .
The right factorization can then be transformed as follows.
Appendix B. M–SVR
M–SVR (Multi-output Support Vector Regression) is an SVR for multi-output problems and is a regression analysis method that can take into account the effects among outputs [28,29]. Consider the case of d input () and Q output (). Assuming , the jth coefficient vector is and the bias is , the regression equation f becomes Equation (A10).
Let , , , and be a function F that maps the input to the feature space F. The regression equation for M–SVR is Equation (A11).
Let and , and define the cost function and the loss function as Equations (A12) and (A13).
C is the regularization factor and is the insensitivity parameter. The M–SVR used in this study determines the parameters of the optimal regression equation using a type of iterative method called IRWLS (Iterative Reweighted Least Square). To construct IRWLS, Equation (A12) is first-order Taylor-expanded.
where , .
can be expressed as in Equation (A17).
In addition, is a term that represents the sum of constants and does not depend on or . The IRWLS algorithm is shown below.
- Initialize , , , and compute and .
- The solution of the next step is obtained from Equation (3). is calculated via a backtracking algorithm.
- Compute , .Return to 2 until convergence.
In the following, we will address how to obtain and . To obtain and , it is necessary to solve the weighted least-squares problem in Equation (A16). Then, by partial differentiation of Equation (A16) with and , and setting their slopes to zero, Equations (A20) and (A21) are obtained.
where . Equations (A20) and (A21) can be expressed in matrix notation as in Equation (A22).
where , , , and .
Next, a feature space kernel is introduced to accommodate nonlinearities. Substituting the Representer Theorem into Equations (A20) and (A21), we obtain Equation (A23).
where . By changing to and to in the IRWLS algorithm described earlier, nonlinear multiple-output support vector regression can be realized.
Appendix C. Generalized Gaussian Kernel
The generalized Gaussian kernel is a kernel based on a generalized Gaussian distribution [27]. Equation (A24) shows the generalized Gaussian function.
is the input, is the mean, is the standard deviation, is the shape parameter, is the unit vector, and is the gamma function. The shape parameter is also called the decay ratio because a smaller value of the shape parameter results in a sharper probability density function, while a larger value results in a flatter probability density function.
Based on the above, the generalized Gaussian kernel is shown in Equation (A26).
References
- Hinterleitner, B.; Knapp, I.; Poneder, M.; Shi, Y.; Müller, H.; Eguchi, G.; Eisenmenger-Sittner, C.; Stöger-Pollach, M.; Kakefuda, Y.; Kawamoto, N.; et al. Thermoelectric performance of a metastable thin-film Heusler alloy. Nature 2019, 576, 85–90. [Google Scholar] [CrossRef] [PubMed]
- Zhao, D.; Tan, G. A review of thermoelectric cooling: Materials, modeling and applications. Appl. Therm. Eng. 2014, 66, 15–24. [Google Scholar] [CrossRef]
- Deng, M.; Iwai, Z.; Mizumoto, I. Robust parallel compensator design for output feedback stabilization of plants with structured uncertainty. Syst. Control Lett. 1999, 36, 193–198. [Google Scholar] [CrossRef]
- Rsetam, K.; Cao, Z.; Man, Z. Design of Robust Terminal Sliding Mode Control for Underactuated Flexible Joint Robot. IEEE Trans. Syst. Man Cybern. Syst. 2022, 52, 4272–4285. [Google Scholar] [CrossRef]
- Man, Z.; Paplinski, A.P.; Wu, H. A robust MIMO terminal sliding mode control for rigid robotic manipulators. IEEE Trans. Autom. Control 1994, 39, 2264–2469. [Google Scholar]
- Wang, H.; Man, Z.; Kong, H.; Zhao, Y.; Yu, M.; Cao, Z.; Zheng, J.; Do, M.T. Design and Implementation of Adaptive Terminal Sliding-Mode Control on a Steer-by-Wire Equipped Road Vehicle. IEEE Trans. Ind. Electron. 2016, 63, 5774–5785. [Google Scholar] [CrossRef]
- Yu, X.; Man, Z. Model reference adaptive control systems with terminal sliding modes. Int. J. Control 1996, 64, 1165–1176. [Google Scholar] [CrossRef]
- Deng, M. Robust Stability of Operator-Based Nonlinear Control Systems. In Operator-Based Nonlinear Control Systems: Design and Applications; John Wiley & Sons, Ltd.: Hoboken, NJ, USA, 2014; pp. 27–115. [Google Scholar]
- Chen, G.; Han, Z. Robust right coprime factorization and robust stabilization of nonlinear feedback control systems. IEEE Trans. Autom. Control 1998, 43, 1505–1509. [Google Scholar] [CrossRef]
- Deng, M.; Inoue, A.; Goto, S. Operator based Thermal Control of an Aluminum Plate with a Peltier Device. Int. J. Innov. Comput. Inf. Control 2008, 4, 3219–3229. [Google Scholar]
- Matsui, A.; Meng, L.; Hattori, K. Enhanced YOLO using Attention for Apple grading. In Proceedings of the 2023 International Conference on Advanced Mechatronic Systems (ICAMechS), Melbourne, Australia, 4–7 September 2023. [Google Scholar]
- Li, Z.; Meng, L. Research on Deep Learning-based Cross-disciplinary Applications. In Proceedings of the 2022 International Conference on Advanced Mechatronic Systems (ICAMechS), Toyama, Japan, 17–20 December 2022. [Google Scholar]
- Atsumi, M.; Kawano, S.; Morioka, T.; Meng, L. Deep Learning Based Ancient Asian Character Recognition. In Proceedings of the 2020 International Conference on Advanced Mechatronic Systems (ICAMechS), Hanoi, Vietnam, 10–13 December 2020. [Google Scholar]
- Zhang, Y.; Meng, L.; Xue, X.; Zhou, Z.; Tomiyama, H. QoE-Constrained Concurrent Request Optimization through Collaboration of Edge Servers. IEEE Internet Things J. 2019, 6, 9951–9962. [Google Scholar] [CrossRef]
- Meng, L.; Hirayama, T.; Oyanagi, S. Underwater-Drone with Panoramic Camera for Automatic Fish Recognition Based on Deep Learning. IEEE Access 2018, 6, 17880–17886. [Google Scholar] [CrossRef]
- Chen, L.; Li, X.; Ma, L.; Bi, S. Probabilistic neural network based apple classification prediction. In Proceedings of the 2022 International Conference on Advanced Mechatronic Systems (ICAMechS), Toyama, Japan, 17–20 December 2022. [Google Scholar]
- Bi, S.; Qu, X.; Ma, L.; Shen, T.; Han, C. Apple Grading Method Based on Ordered Partition Neural Network. In Proceedings of the 2021 International Conference on Advanced Mechatronic Systems (ICAMechS), Tokyo, Japan, 9–12 December 2021. [Google Scholar]
- Wang, C.; Man, Z.; Jin, J.; Ye, W. Hash-Based Convolutional Deep-thinking Pattern Classifier. In Proceedings of the 2023 International Conference on Advanced Mechatronic Systems (ICAMechS), Melbourne, Australia, 4–7 September 2023. [Google Scholar]
- Gao, X.; Yang, Q.; Zhang, J. Multi-objective optimisation for operator-based robust nonlinear control design for wireless power transfer systems. Int. J. Adv. Mechatron. Syst. 2022, 9, 203–210. [Google Scholar] [CrossRef]
- Zhang, Z.; Wen, F.; Shi, J.; He, J.; Truong, T.-K. 2D-DOA Estimation for Coherent Signals via a Polarized Uniform Rectangular Array. IEEE Signal Process. Lett. 2023, 30, 893–897. [Google Scholar] [CrossRef]
- Usami, T.; Deng, M. Applying an MSVR Method to Forecast a Three-Degree-of-Freedom Soft Actuator for a Nonlinear Position Control System: Simulation and Experiments. IEEE Syst. Man Cybern. Mag. 2022, 8, 61–69. [Google Scholar] [CrossRef]
- Bu, N.; Zhang, Y.; Li, X. Robust tracking control for uncertain micro-hand actuator with Prandtl-Ishlinskii hysteresis. Int. J. Robust Nonlinear Control 2023, 33, 9391–9405. [Google Scholar] [CrossRef]
- Bu, N.; Liu, H.; Li, W. Robust passive tracking control for an uncertain soft actuator using robust right coprime factorization. Int. J. Robust Nonlinear Control 2021, 31, 6810–6825. [Google Scholar] [CrossRef]
- Bu, N.; Wang, X. Swing–up design of double inverted pendulum by using passive control method based on operator theory. Int. J. Adv. Mechatron. Syst. 2022, 1, 1. [Google Scholar] [CrossRef]
- An, Z.; Bu, N. Modeling for a Bellow-Shaped Soft Actuator Based on Yeoh model and Operator-Based Nonlinear Control Design. In Proceedings of the 2023 International Conference on Advanced Mechatronic Systems (ICAMechS), Melbourne, Australia, 4–7 September 2023. [Google Scholar]
- Deng, M.; Saijo, N.; Gomi, H.; Inoue, A. A robust real time method for estimating human multijoint arm viscoelasticity. Int. J. Innov. Comput. Inf. Control 2006, 2, 705–721. [Google Scholar]
- Deng, M.; Inoue, A.; Zhu, Q.M. An integrated study procedure on real-time estimation of time-varying multi-joint human arm viscoelasticity. Trans. Inst. Meas. Control 2011, 33, 919–941. [Google Scholar] [CrossRef]
- Sanchez-Fernandez, M.; de-Prado-Cumplido, M.; Arenas-Garcia, J.; Arenas-Garcia, F. SVM multiregression for nonlinear channel estimation in multiple-input multiple-output systems. IEEE Trans. Signal Process. 2004, 52, 2298–2307. [Google Scholar] [CrossRef]
- Tuia, D.; Verrelst, J.; Alonso, L.; Perez-Cruz, F.; Camps-Valls, G. Multioutput Support Vector Regression for Remote Sensing Biophysical Parameter Estimation. IEEE Geosci. Remote Sens. Lett. 2011, 8, 804–808. [Google Scholar] [CrossRef]
- Ono, I.; Kita, H.; Kobayashi, A. A Real-coded Genetic Algorithm using the Unimodal Normal Distribution Crossover. In Advances in Evolutionary Computing: Theory and Applications; Ghosh, A., Tsutsui, S., Eds.; Springer: Berlin/Heidelberg, Germany, 2003; pp. 213–237. [Google Scholar]
- Tsutsui, S.; Yamamura, M.; Higuchi, T. Multi-parent recombination with simplex crossover in real coded genetic algorithms. In Proceedings of the 1st Annual Conference on Genetic and Evolutionary Computation—Volume 1, Orlando, FL, USA, 13–17 July 1999. [Google Scholar]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 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/).