Solving Linear Equations by Classical Jacobi-SR Based Hybrid Evolutionary Algorithm with Uniform Adaptation Technique
About
Solving a set of simultaneous linear equations is probably the most important topic in numerical methods. For solving linear equations, iterative methods are preferred over the direct methods especially when the coefficient matrix is sparse. The rate of convergence of iteration method is increased by using Successive Relaxation (SR) technique. But SR technique is very much sensitive to relaxation factor, {\omega}. Recently, hybridization of classical Gauss-Seidel based successive relaxation technique with evolutionary computation techniques have successfully been used to solve large set of linear equations in which relaxation factors are self-adapted. In this paper, a new hybrid algorithm is proposed in which uniform adaptive evolutionary computation techniques and classical Jacobi based SR technique are used instead of classical Gauss-Seidel based SR technique. The proposed Jacobi-SR based uniform adaptive hybrid algorithm, inherently, can be implemented in parallel processing environment efficiently. Whereas Gauss-Seidel-SR based hybrid algorithms cannot be implemented in parallel computing environment efficiently. The convergence theorem and adaptation theorem of the proposed algorithm are proved theoretically. And the performance of the proposed Jacobi-SR based uniform adaptive hybrid evolutionary algorithm is compared with Gauss-Seidel-SR based uniform adaptive hybrid evolutionary algorithm as well as with both classical Jacobi-SR method and Gauss-Seidel-SR method in the experimental domain. The proposed Jacobi-SR based hybrid algorithm outperforms the Gauss-Seidel-SR based hybrid algorithm as well as both classical Jacobi-SR method and Gauss-Seidel-SR method in terms of convergence speed and effectiveness.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Solving linear equations | P0 linear equations system n=100 | Error3.74e-12 | 44 | |
| Symbolic Regression | Jacobi-based SR problem | Error1.19e-13 | 34 | |
| Solving Linear Systems | Randomly generated linear system Problem 3 (a_ii = (-1)^i * n, a_ij = j, b_i = i) 1 | -- | 12 | |
| Solving Linear Systems | Randomly generated linear system Problem 4 (a_ii = -n, a_ij = +/- 4j, b_i = 2n) 1 | -- | 10 | |
| Solving Linear Systems | Randomly generated linear system Problem 1 (a_ii = 3n/4n, a_ij = (-1)^i * j, b_i = i) | -- | 8 | |
| Solving Linear Systems | Randomly generated linear system Problem 2 (a_ii = -3n/4n, a_ij = j, b_i = i) 1 | -- | 7 | |
| Solving linear equations | Randomly generated linear system problem P1 n=100 (test) | Number of Generations190 | 2 | |
| Solving linear equations | Randomly generated linear system problem P2 n=100 (test) | Number of Generations91 | 2 | |
| Solving linear equations | Randomly generated linear system problem P3 n=100 (test) | Number of Generations586 | 2 | |
| Solving linear equations | Randomly generated linear system problem P4 n=100 (test) | Number of Generations175 | 2 |