519
Views
3
CrossRef citations to date
0
Altmetric
Original Articles

Inverse problems in space science and technology

, , , , &
Pages 359-372 | Received 01 Jul 2004, Accepted 24 Apr 2006, Published online: 08 May 2007

Abstract

Solutions for inverse problems appearing in space applications and space technology are described. The inverse problem is formulated as a nonlinear optimization problem. Usually some additional information must be added from our previous knowledge about the physical phenomenon. In general this a priori information means smoothness, in other words, regularized solutions are searched for. The methodology is applied to geophysics (magneto-telluric inversion), meteorology (temperature retrieval from satellite data), and oceanography (inverse hydrologic optics), as examples of space applications. The scheme is also employed for solving an inverse problem emerging from technology: the inverse design of a space radiator.

1. Introduction

This study is focused on the application of inverse problem methodology for solving some problems that have emerged in space science and technology, as well as in space applications. It represents a survey of some results obtained by scientific research groups from the National Institute for Space Research (INPE, Brazil), and addresses future research in such subjects.

The inverse problem methodology is an implicit technique for parameter and/or function estimation. The algorithm is formulated as a constrained nonlinear optimization problem, in which the direct problem is iteratively solved for successive approximations of the unknown parameters. Iteration proceeds until an objective-function, representing the least-square fit of the results of the model and of the experimental data added to a regularization term, attains a specified small value.

2. Formulation of the inverse problem

A quotation attributed to Prof. Oleg Mikailivitch Alifanov, a great Russian proponent of Inverse Methods, says: “Solution of an inverse problem entails determining unknown causes based on observation of their effects”. On the contrary, the corresponding direct problem involves finding effects based on a complete and precise description of their causes. displays a graphical representation of the concepts mentioned above.

Figure 1. Representation of the direct or forward (given x, find y = K(x)) and of inverse problems (given y, find x = K−1 (y)).

Figure 1. Representation of the direct or forward (given x, find y = K(x)) and of inverse problems (given y, find x = K−1 (y)).

The solution for an inverse problem can be searched formulating it as an optimization problem. A technique for property reconstruction from measurements can be described as a generalized least squares approximation. The standard least squares solution can guarantee the existence of a solution, but it can be unstable in the presence of noise, a permanent feature in experimental data. Inverse problems belong to the class of ill-posed problems, in the sense that the existence, uniqueness and stability of the solutions cannot be assured. In order to have a well-posed inverse problem, assuring a final solution that is stable and physically acceptable, some a priori information must be added to the quadratic difference term. In general, this additional information associated to the inverse solution means smoothness.

Denoting by , the unknown vector to be determined by the inverse analysis, the inverse problem can be formulated as a nonlinear constrained minimization problem, (1) where Np denotes the number of unknown parameters, the lower and upper bounds lq and uq are chosen in order to allow the inversion to lie within some known physical limits, and the objective function is given by (2) where Nm denotes the number of measurement points (or points for comparison), Ω[p] the regularization operator, and Φ a quantity that can be measured and modeled in a mathematical formulation.

There are two formulations for solving inverse problems Citation3 (see also: Citation58 – section: Inverse Problem). The unknown function can be solved in a parameter estimation approach, or a function estimation approach, where the functional form is not available.

In the absence of an explicit solution, the optimization problem defined by equation (1) must be iteratively solved by an optimization algorithm. These algorithms can be classified as: deterministic search procedures, such as the steepest descent, Newton method, variable metric methods, conjugate gradient Citation27; and stochastic search procedures, such as genetic algorithms Citation19, and simulated annealing Citation24.

According to Tikhonov and Arsenin Citation55, ill-posed problems can yield stable solutions if sufficient a priori information about the true solution is available. Such information is added to the least squares approximation by means of a regularization term, in order to complete the solution for the inverse problem.

Some regularization functionals are described on later. However, it is useful to mention that some of the optimization methods themselves, present filtering properties, as the steepest descent, Landweber, and conjugate gradient Citation5. The Levenberg–Marquardt method is one of them, and it is commented on later. Other regularizations could also be used, as the truncated singular value decomposition Citation5, Citation33, but here we focus on the regularization operators used in our study.

2.1. Tikhonov regularization

A well-known regularization technique proposed by Tikhonov Citation55 can be expressed by (3) where p(k) k-th derivative (difference), and the parameters αk ≥ 0. In this work, if αk = δkj (Kronecker's delta), i.e., then the method is called the Tikhonov regularization of order-j (Tikhonov-j). In particular, the Tikhonov regularization of order zero is referred to just as Tikhonov regularization.

2.2. Entropic regularization

The maximum entropy principle was first proposed by Jaynes Citation23 on the basis of Shannon's information theory Citation45. Similar to the Tikhonov's approach, this general inference method searches a global regularity, yielding the smoothest solution which is consistent with the available data.

Recently, a higher order entropic regularization has been proposed Citation6, Citation7, Citation33, Citation41, Citation42. A generic expression for entropic regularization can be written as (4) where (5) and represents the m-th difference among the vector of the parameters. For example, the first three differences are: (6) Here ς, a small positive constant, assures that entropies of higher order will always have a positive value. The function Sm attains its global maximum when all the rq are the same, i.e., a uniform distribution with Smax = log Nq (here ς = 0); in contrast, the lowest entropy value Smin = 0 is reached when all the elements rq but one are set to zero. It can be shown that the Morozov's discrepancy principle can also be applied to the maximum entropy (MaxEnt) regularization of higher order Citation33.

2.3. Solving optimization problem

Several optimizers can be used to compute a solution of such problems. The methods can be classified as deterministic or stochastic strategies. Two deterministic schemes have been employed in our studies: Levenberg–Marquardt Citation22 and quasi-Newton Citation34 methods. Three different stochastic schemes are used: genetic algorithm, simulated annealing, and extremal optimization.

2.3.1. A quasi-Newton method

The optimization problem is iteratively solved by the quasi-Newtonian optimizer routine from the NAG Fortran Library Citation34–routine E04UCF.

This algorithm is designed to minimize an arbitrary smooth function subject to constraints (simple bound, linear or nonlinear constraints), using a sequential programming method. This routine has been successfully used in several previous works: in geophysics, hydrologic optics, and meteorology.

2.3.2. Levenberg–Marquardt method

The Newton's optimization method has quadratic convergence, but it is strongly dependent on the initial guess. However, the steepest descent method is more robust than the Newton scheme, but it presents a slower convergence than Newton method. The idea to combine the robustness of the steepest descent method with the convergence speed of the Newton method is applied by the Levenberg–Marquardt (LM) procedure Citation25, Citation28, as follows: (7) where n denotes the iteration step, J ≡ ∂ΦMod (p)/∂p, and η is the damping factor.

A regularization property emerges from the addition of the identity matrix (I) multiplied by a dynamical parameter ηn, whose value is changed in each iteration step, to the term JtJ. The addition of the identity matrix makes the LM-method similar to the Tikhonov regularization.

The algorithm is implemented in the IMSL Citation22 library–routine DBCLSF.

2.3.3. Genetic algorithms

Genetic algorithms (GA) are essentially optimization algorithms whose solutions evolve somehow from the science of genetics and the processes of natural selection–the Darwinian principle. The most important phases in standard GAs are selection (competition), reproduction, mutation and fitness evaluation. Selection is an operation used to decide which individuals to use for reproduction and mutation in order to produce new search points. Reproduction or crossover is the process by which the genetic material from two parent individuals is combined to obtain one or more offsprings. Mutation is normally applied to one individual in order to produce a new version of it where some of the original genetic material has been randomly changed. Fitness evaluation is the step in which the quality of an individual is assessed.

Metacode of a possible GA implementation is as follows:t = 0;Initialization Pop(t);Test Pop(t);While (no end)t = t + 1;Select Pop(t) from Pop(t1);Change Pop(t); (crossover and mutation)Test Pop(t);End

2.3.4. Simulated annealing

The Simulated annealing (SA) method is inspired by a physical process of slow cooling of initially melted material. This process looks for obtaining perfect crystals which, at the end of cooling, have the smallest possible internal energy. In the process of cooling the molecules move into the interior of the mixture randomly, positioning themselves in a crystal network when the temperature is reduced. The search in the SA algorithm is initiated in some point of the search space. The method uses the Metropolis’ algorithm Citation30, Citation40.

Steps for SA implementation Citation40 are as follows:

a.

Define initial candidates, and compute for each one its objective function value. Define an initial temperature for the problem.

b.

Chose new candidates randomly (if they have the same value for the mathematical model, choose others). Re-compute for each one the objective function.

c.

If the value of the objective function decreases between two consecutive iterations the changing is accepted, and the process continues. If the value is greater, the changing is accepted with probability Pr = e−(ΔU/T), where ΔU is the difference between the value of the objective function between two iterations.

d.

Decrease the temperature to r*T (annealing schedule) after a certain number of iterations of step (b). Here T is the temperature in the step (c), and r is a reduction factor.

e.

Repeat steps b–c–d up to the convergence.

2.3.5. Extreme optimization

Extreme optimization (EO) is a new optimization method based on the concept of co-evolution natural selection to obtain an optimal solution Citation4. The method is based on an evolution model, in which some characteristics of self-organizing criticality are present Citation1. Although it is an evolutionary method, unlike the GA, there is no genetic codification of population in the EO.

Steps for EO implementation Citation50 are as follows:

a.

Define initial candidates.

b.

In this step an adaptive index is associated to candidate solution.

c.

The less adapted element, obtained in the previous step, is changed with another element in a random way. In another approach, that we will call hereafter EOmod, two elements are chosen for being exchanged with probability , where n is an adaptability index, ranging from 1, for the less adapted element, up to N, the maximum number of elements–the exponent is an adjustable parameter. With this probability distribution, even well adapted elements can be chosen for the exchange.

d.

Repeat steps b–c up to the convergence.

3. Applications

3.1. Magneto-telluric inversion

The magneto-telluric inversion is a geophysical inverse problem: the use of electromagnetic fields induced by natural sources in the ionosphere and magnetosphere to determine the electrical conductivity of the earth's subsurface. Appearing in various areas such as petroleum prospection, mining and search for ground water, it has special relevance in the exploration of regions which are difficult to probe with conventional seismic methods.

The forward problem is modeled using 2D Maxwell's equations for calculating the electromagnetic fields, and the problem is outlined in . Two regions can be visualized from this figure: Ω representing the atmosphere, and Ω+ a region inside the Earth. In the atmosphere, the geomagnetic field H is constant, but into the Earth the field H obeys a Poisson equation (for details see Citation6, Citation41, with η = 4πωσ–being σ = (y, z) the electric conductivity and ω the electromagnetic wave frequency. The boundary conditions are also shown in .

Figure 2. Diagram for showing physical problem in magneto-telluric inverse problem.

Figure 2. Diagram for showing physical problem in magneto-telluric inverse problem.

For solving this inverse problem, the first-order minimum entropy regularization method (MinEnt-1), second line of equation (6), was employed over 2D earth models, using synthetic data with 1% of noise Citation6, Citation41. The objective function is expressed by (8) Results are presented in the form of two-dimensional conductivity maps in logarithmic scale (). The unknown conductivity values are shown in the two-dimensional maps. The leftmost column (boundary condition) and the topmost row (earth's surface) are assumed to be known and, therefore, were left out of the inversion procedure. ) is the true model used to generate the synthetic data. ) is the inversion obtained without regularization, and ) is the inverse solution computed from MinEnt-1 (γ0 = 0) and MaxEnt-0 (γ1 = 0), respectively.

Figure 3. Earth models for magneto-telluric inversion using entropic regularization.

Figure 3. Earth models for magneto-telluric inversion using entropic regularization.

The optimization problem (8) has been solved using a quasi-Newton method Citation34 and a genetic algorithm Citation35, Citation36, Citation38.

3.2. Hydrologic optics

There are two physical descriptions for light transmission: (i) from electromagnetism theory, where the light is thought of as a wave; (ii) from linear non-charged particle transport theory, if the light is understood as a beam of particles (photons). The second approach is considered here. The linearized Boltzmann equation, known also as transport equation or radiative transfer equation, for a given wavelength, λ, describes the photon distribution, given by Citation17 (9) where L denotes the radiance, β the scattering phase function, ϖ0 = b/c the single scattering albedo, c = a + b the beam attenuation coefficient, a and b the absorption and scattering coefficients, respectively, ζ is the optical depth, ξ′(θ′, φ′) and ξ(θ, φ) are the incident and scattered directions for an infinitesimal beam, θ is the polar angle, φ is the azimuthal angle, S is the source term, and μ = cos(θ). An outline of the physical process is depicted in .

Figure 4. Pictorical representation of the direct radiative problem.

Figure 4. Pictorical representation of the direct radiative problem.

In our studies the following three techniques have been applied to solve the forward problem:

Invariant Imbedding: This method is used in the Hydrolight 3.0 computer code, and its description can be found in Mobley Citation32. In this approach, the linear two-point boundary problem is transformed into a nonlinear initial value problem (matrix Ricatti equation), solved by a well-established integrator. The Hydrolight software allows the choice of many types of internal source terms and different weather conditions.

Analytical SN method: First, the radiance is split up into unscattered and scattered components. The solution for the former component is given by a simple expression, and the scattered radiance is expanded by elementary solutions of the discrete ordinate equations. The coefficients of the expansion are obtained by solving a linear algebraic equation. Full presentation of the method is done by Chalhoub and Garcia Citation11.

LTSN method: This scheme appeared in the early nineties in the neutron transport context Citation2, Citation57, and was then extended to radiative transfer problems Citation44. A description of the method and its innovations were expressed by Segatto and Vilhena Citation44. The convergence of the LTSN method was established using the C0-semi group theory Citation39.

A comparison, among different methods for solving equation (8), was carried out by Chalhoub et al. Citation16, while the performance for the three methods mentioned above in the parallel computer environment was analyzed by Souto et al. Citation48.

The development of inversion methodologies for radiative transfer problems has been an important research topic in many branches of science and engineering Citation21, Citation29. Some results obtained with the application of the inverse methodology presented in section 2 are discussed. For details, please refer to the corresponding papers. The properties of interest in hydrologic optics are: internal source term, inherent optical properties (IOP: absorption and scattering coefficients, phase function), and boundary conditions.

Reconstructions were obtained using in situ radiometric data and remote sensing data. Estimations obtained with the present inverse analysis are summarized in , showing the property estimated, forward technique, regularization operator, and optimizer used.

Table 1. Estimation of properties in hydrologic optics

An interesting aspect in case 1 is that no regularization was necessary Citation53, and the source term is approximated as the sum of Gaussian distributions with standard deviation σ = 0.75. In case 2 the alternate step-by-step strategy was introduced, meaning that a, b coefficients are estimated first, then the source term is estimated, and finally the convergence is checked. This is only parameter estimation, because there is no dependence on the depth of the coefficients a, b Citation54. The phase function was identified in cases 3 and 4 Citation12, Citation13, where the retrieval was possible even with high level of noise. Boundary conditions are identified in case 5 Citation43; see also Citation8, Citation9. A joint estimation of high scattering order phase function, single albedo, and optical thickness were identified in case 6 Citation14. Finally, case 7 represents our first result in inverse hydrologic optics using remote sensing data Citation15.

3.3. Atmospheric temperature profile from satellite data

Considering the infrared radiances captured by the satellite, the integral form of the radiative transfer, for a given wavelength λ, can be simplified for the following expression Citation26: (10) where Iλλ) is the radiance at height z, τλ and are the transmittance at level z and at surface, and Bλ is the Planck function Citation26: (11) where h being the Planck constant, c the light speed, kB the Boltzmann constant, and T the temperature at level z.

This inverse problem was solved using seven satellite channels for retrieving the atmospheric temperature profile with 40 layers. The second-order maximum entropy principle was used as regularization Citation10, Citation42. Results are shown in . Our methodology has shown to be more robust than ITPP-5 code Citation37, since it produces the same result for different initial guesses (), and it obtained the best agreement with minimum temperature around the pressure 100 hPa.

Figure 5. Atmospheric temperature profile for different first guess: (a) climate data base; (b) homogeneous atmospheric layer.

Figure 5. Atmospheric temperature profile for different first guess: (a) climate data base; (b) homogeneous atmospheric layer.

3.4. Space radiator design

The space radiator is a device used to efficiently put out excessive heat from within the satellite or space station to the outer space. Its function is essential for thermal control for any space vehicle. In general, the radiator consists of parts of the satellite external surface, where special dye or strip with specific thermo-optics properties is applied. The area and the number of radiators can change, depending on the satellite size. However, the radiator can also be made independently of the space vehicle structure, such as for the International Space Station. Here, the designer searches for a suitable combination of paints or adhesive strips for covering different areas of the radiator, in such a way that effective emissivity obtained from this arrangement would be close to that designed one. The effective emissivity obtained using EO approach Citation50 is shown in .

Figure 6. (a) Population evolution of emissivities for the EO iterations. Fc represents the value of the objective function for the radiator; (b) configuration with the smallest value by the modified EO for the objective function.

Figure 6. (a) Population evolution of emissivities for the EO iterations. Fc represents the value of the objective function for the radiator; (b) configuration with the smallest value by the modified EO for the objective function.

4. Final remarks

A methodology for inverse problems appearing on space applications has been presented and applied, mainly dealing with regularized solutions. Local and global searching strategies have been efficiently employed for solving the inverse model. One important remark is to point out that EO algorithm has been generalized and applied to heat pipe and airfoil design Citation51, Citation52. In addition, other implementations of the optimization algorithms worked here can also be investigated, such as the SA algorithm (see for example Citation20).

Future works can be listed as follows:

The multi-spectral reconstruction in hydrologic optics needs more studies.

New regularization operators, such as non-extensive entropy Citation46, Citation56, should be investigated for problems worked here.

New approaches deserve to be explored, such as neural networks Citation47, Kalman filter, and variational methods Citation18.

New applications, for example: vibration in aero-space structures, pollutant atmospheric source identification, observational cosmology (for e.g., from background cosmic radiation in microwaves, two inverse problems emerge: computing the cosmic temperature variation, and the sky maps, represented the coefficients of the spherical harmonic expansion of the sky temperature, see Citation59).

Acknowledgements

This work was partially supported by FAPESP and CNPq, Brazilian agencies for research support.

References

  • Bak, P, and Boettcher, S, 1997. Self-organized criticality and punctuated equilibria, Physica D 107 (1997), p. 143.
  • Barichello, LB, and Vilhena, MT, 1993. A general approach to one group one dimensional transport equation, Kerntechnik 58 (1993), pp. 182–184.
  • Beck, JV, Blackwell, B, and St. Clair, C.R., 1985. Inverse Heat Conduction: Ill-Posed Problems. Newyork: John Wiley & Sons; 1985.
  • Boettcher, S, and Percus, A, 1999. "Extremal optimization: Methods derived from co-evolution". In: Proc. of Genetic and Evolutionary Computation Conference (GECCO-99). San Francisco (CA), USA: Morgan Kaufmann; 1999.
  • Bertero, M, and Boccacci, P, 1998. Introduction to Inverse Problems in Imaging. London: Institute of Physics Publishing; 1998.
  • Campos Velho, HF, and Ramos, FM, 1997. Numerical inversion of two-dimensional geoelectric conductivity distributions from eletromagnetic ground data, Brazilian Journal of Geophysics 15 (2) (1997), pp. 133–143.
  • Campos Velho, HF, de Moraes, MR, Ramos, FM, Degrazia, GA, and Anfossi, D, 2000. An automatic methodology for estimating eddy diffusivity from experimental data, Il Nuovo Cimento 23–C (1) (2000), pp. 65–84.
  • Campos Velho, HF, Retamoso, MR, and Vilhena, MT, 2002. Inverse problems for estimating bottom boundary conditions of natural waters, International Journal for Numerical Methods in Engineering 54 (9) (2002), pp. 1357–1368.
  • Campos Velho, HF, Vilhena, MT, Retamoso, MR, and Pazos, RP, 2003. An application of the 350 LTSN method on an inverse problem in hydrologic optics, Progress in Nuclear Energy 42 (4) (2003), pp. 457–468.
  • Carvalho, JC, Ramos, FM, Campos Velho, HF, and Ferreira, NJ, 1999. Washington, USA, June, Proceedings in CD-ROM, under paper code HT02, Port Ludlow, Proc. Book: 235–238, UEF-ASME (2000).
  • Chalhoub, ES, and Garcia, RDM, 2000. The equivalence between two techniques of angular interpolation for the discrete-ordinates method, Journal of Quantitative Spectroscopy & Radiative Transfer 64 (5) (2000), pp. 517–535.
  • Chalhoub, ES, Campos Velho, HF, Ramos, FM, and Claeyssen, JCR, 2000. Phase function estimation in natural waters using discrete ordinate method and maximum entropy principle, Hybrid Methods in Engineering 2 (4) (2000), pp. 373–388.
  • Chalhoub, ES, and Campos Velho, HF, 2001. simultaneous estimation of radiation phase function and albedo in natural waters, Journal of Quantitative Spectroscopy & Radiative Transfer 69 (2) (2001), pp. 137–149.
  • Chalhoub, ES, and de Campos Velho, HF, 2002. Estimation of the optical properties of sea water from measurements of exit radiance, Journal of Quantitative Spectroscopy & Radiative Transfer 72 (5) (2002), pp. 551–565.
  • Chalhoub, ES, and de Campos Velho, HF, 2003. Multispectral reconstruction of bioluminescence term in natural waters, Applied Numerical Mathematics 47 (3–4) (2003), pp. 365–376.
  • Chalhoub, ES, de Campos Velho, HF, Vilhena, MT, and Garcia, RDM, 2003. A comparison of radiances generated by selected methods of solving the radiative-transfer equation, Transport Theory and Statistical Physics 32 (5–7) (2003), pp. 469–499.
  • Chandrasekhar, S, 1950. Radiative Transfer. New York: Dover; 1950.
  • Chiwiacowsky, LD, and de Campos Velho, HF, 2003. Different approaches for the solution of a backward heat conduction problem, Inverse Problems in Engineering 11 (3) (2003), pp. 471–494.
  • Goldberg, DE, 1989. Genetic Algorithms in Search, Optimization, and Machine Learning. USA: Addison-Wesley Publishing Company Inc.; 1989.
  • Goffe, WL, Ferrier, GD, and Rogers, J, 1994. Optimization of statistical functions with simulated annealing, Journal of Econometrics 60 (1994), pp. 65–99.
  • Gordon, HR, 2002. Inverse methods in hydrologic optics, Oceanologia 44 (1) (2002), pp. 9–58.
  • IMSL, 1991. IMSL Math/Library Users Manual, Version 2.0. Houston, USA. 1991.
  • Jaynes, ET, 1957. Information theory and statistical mechanics, Physical Review 106 (1957), pp. 620–630.
  • Kirkpatrick, S, Gellatt, CD, and Vecchi, MP, 1983. Optimization by simulated annealing, Science 220 (4598) (1983), pp. 671–680.
  • Levenberg, K, 1944. A method for the solution of certain problems in least squares, Quarterly Applied Mathematics 2 (1944), pp. 164–168.
  • Liou, KN, 1980. An Introduction to Atmospheric Radiation. New york: Academic Press; 1980.
  • Luenberger, D, 1973. Introduction to Linear and Nonlinear Programming. New york: Addison-Wesley; 1973.
  • Marquardt, D, 1963. An algorithm for least-squares estimation of nonlinear parameters, Journal of the Society of Industrial and Applied Mathematics 11 (1963), pp. 431–441.
  • McCormick, NJ, 1992. Inverse radiative transfer problems:, A review, Nuclear Science and Engineering 112 (3) (1992), pp. 185–198.
  • Metropolis, N, Rosenbluth, A, Rosenbluth, M, Teller, A, Teller, E, and Ro, J, 1953. Equation of state calculations by fast computing machines, Journal of Chemical Physics 21 (1953), pp. 1087–1092.
  • Mobley, CD, Gentili, BG, Gordon, HR, Jin, Z, Kattawar, GW, Morel, A, Reinersman, P, Stamnes, K, and Stavn, RH, 1993. Comparison of numerical models for computing underwater light fields, Applied Optics 32 (36) (1993), pp. 7484–7504.
  • Mobley, CD, 1994. Light and Water – Radiative Transfer in Natural Waters. New York: Academic Press; 1994.
  • Muniz, WB, Ramos, FM, and Campos Velho, HF, 2000. Entropy- and Tikhonov-based regularization techniques applied to the backwards heat equation, Computers & Mathematics with Applications 40 (8/9) (2000), pp. 1071–1084.
  • NAG, 1993. NAG Fortran Library Mark 13. UK: Oxford; 1993.
  • Navarro, PLKG, de Oliveira, PPB, Ramos, FM, and Campos Velho, HF, 1999. 3rd International Conference on Inverse problems in Engineering. Washington, USA, June 13–18, (3ICIPE), Proc. in CD-ROM, under paper code IM06 – Proc. Book:, Port Ludlow, UEF-ASME (2000).
  • Navarro, PLKG, de Oliveira, PPB, Ramos, FM, and Campos Velho, HF, 1999b. Proc. Genetic and Evolutionary Computation Conference. San Francisco, (CA), USA, .
  • Nieman, S, and Achtor, T, 1995. "ITPP-5.0". In: User Guide, University of Wisconsin-Madison–a report from the CIMSS. Wisconsin, USA. 1995.
  • de Oliveira, PPB, Ramos, FM, Gatto, RC, Campos Velho, HF, Stephany, S, Navarro, PLKG, Husbands, P, and Harvey, I, 1996. "A research agenda for iterative approaches to inverse problems using evolutionary computation". In: Proc. IEEE 3rd Int. Conf. on Evolutionary Computation. Piscataway, NJ: IEEE Press; 1996. pp. 55–60, (ICEC’96), Nagoya, Japan, May 20–22).
  • Pazos, RP, and Vilhena, MT, 1999. Convergence in transport theory, Applied Numerical Mathematics 30 (1) (1999), pp. 79–92.
  • Press, WH, Teukolsky, SA, Vetterling, WT, and Flannery, BP, 1992. Numerical Recipes in Fortran 77 – The Art of Scientific Computing 2nd Edition. Cambridge, MA: Cambridge University Press; 1992.
  • Ramos, FM, and Campos Velho, HF, 1996. "Reconstruction of Geoelectric conductivity distributions using a minimum first-order entropy technique". In: 2nd International Conference on Inverse Problems on Engineering. Vol. 2. Le Croisic, France. 1996. pp. 199–206.
  • Ramos, FM, Campos Velho, HF, Carvalho, JC, and Ferreira, NJ, 1999. Novel approaches on entropic regularization, Inverse Problems 15 (5) (1999), pp. 1139–1148.
  • Retamoso, MR, Vilhena, MT, Campos Velho, HF, and Ramos, FM, 2002. Estimation of boundary condition in hydrologic optics, Journal of Computational and Applied Mathematics 40 (1/2) (2002), pp. 87–100.
  • Segatto, CF, and Vilhena, MT, 1994. Extension of the LTSN formulation for discrete ordinates problem without azimuthal symmetry, Annals of Nuclear Energy 21 (11) (1994), pp. 701–710.
  • Shannon, CE, and Weaver, W, 1949. The Mathematical Theory of Communication. Urbana: University of Illinois Press; 1949.
  • Shiguemori, EH, de Campos Velho, HF, Ramos, FM, and da Silva, JDS, 2003. (2003), pp. 243–250, A parametric study of a new regularization operator: Non-extensive entropy, 4th International Conference on Inverse Problems in Engineering: Theory and Practice (ICIPE-2002), May 26–31, Angra dos Reis (RJ), Brazil – Proc. in CD-Rom: paper code 093 – Proceedings Book: Inverse Problems in Engineering: Theory and Pratice (Editor Helcio R.B. Orlande), Vol. II, Part Heat and Mass Transfer, (2002) – [=] e-papers, Rio de Janeiro, Brazil.
  • Shiguemori, EH, de Campos Velho, HF, and da Silva, JDS, 2003. Estimation of initial condition in heat conduction by neural network, Inverse Problems in Engineering 12 (3) (2003), pp. 317–328.
  • Souto, RP, de Campos Velho, HF, Stephany, S, and Chalhoub, ES, 2004. Performance analysis of radiative transfer algorithms in a parallel environment, Transport Theory and Statistical Physics 33 (5–7) (2004), pp. 449–468.
  • Souto, RP, de Campos Velho, HF, Stephany, S, and Chalhoub, ES, 2004. Performance analysis of radiative transfer algorithms in a parallel environment, Transport Theory and Statistical Physics 33 (5–7) (2004), pp. 449–468.
  • Sousa, FL, and Ramos, FM, 2000. Extremal optimization: An application to a space radiator Design, Bulletin of the Brazilian Society for Computing and Applied Mathematics 4 (2000), Series III, URL: http://www.sbmac.org.br/.
  • Sousa, FL, Vlassov, VV, and Ramos, FM, 2002. Heat pipe design through generalized extremal optimization, 9th Brazilian Congress of Thermal Engineering and Sciences (2002), Proc. In CD-Rom, paper CIT02-0724.
  • Sousa, FL, Ramos, FM, Paglione, P, and Girardi, RM, 2003. A new stochastic algorithm for design optimization, American Institute of Aeronautics and Astronautics (AIAA journal) 41 (9) (2003), pp. 1808–1818.
  • Stephany, S, Ramos, FM, Campos Velho, HF, and Mobley, CD, 1998. A methodology for internal light sources estimation, Computer Modeling and Simulation in Engineering 3 (3) (1998), pp. 161–165.
  • Stephany, S, Ramos, FM, Campos Velho, HF, and Mobley, CD, 2000. Identification of inherent optical properties and bioluminescence source term in a hydrologic optics problem, Journal of Quantitative Spectroscopy & Radiative Transfer 67 (2) (2000), pp. 113–123.
  • Tikhonov, AN, and Arsenin, VY, 1977. Solutions of Ill-Posed Problems. Washington, DC: Winston and Sons; 1977.
  • Tsallis, C, 1988. Possible generalization of Boltzmann-Gibbs statistics, Journal of Statistical Physics 52 (1–2) (1988), p. 479.
  • Vilhena, MT, and Barichello, LB, 1991. A new analytical approach to solve the neutron transport equation, Kerntechnik 56 (5) (1991), pp. 334–336.
  • Woodbury, KA, 2000. Neural networks and genetic algorithms in the solution of inverse problems, Bulletin of the Brazilian Society for Computing and Applied Mathematics 4 (2000), Series III, URL: http://www.sbmac.org.br/.
  • Wuensche, CA, Lubin, PM, and Villela, T, 1994. "An alternative algorithm for cosmic microwave background radiation sky harmonic analysis". In: Dennis, R, Crabtree, RJ. Hanisch, and Jeannette Barnes, , eds. Astronomical Data Analysis Software and Systems III, A.S.P. Conference Series. Vol. 61. 1994. p. 269.

Reprints and Corporate Permissions

Please note: Selecting permissions does not provide access to the full text of the article, please see our help page How do I view content?

To request a reprint or corporate permissions for this article, please click on the relevant link below:

Academic Permissions

Please note: Selecting permissions does not provide access to the full text of the article, please see our help page How do I view content?

Obtain permissions instantly via Rightslink by clicking on the button below:

If you are unable to obtain permissions via Rightslink, please complete and submit this Permissions form. For more information, please visit our Permissions help page.