Hostname: page-component-745bb68f8f-v2bm5 Total loading time: 0 Render date: 2025-02-06T17:39:20.991Z Has data issue: false hasContentIssue false

Genetic algorithms in spectroscopic diagnostics of hot dense plasmas

Published online by Cambridge University Press:  28 November 2006

PETR ADÁMEK
Affiliation:
Czech Technical University, FNSPE, Prague, Czech Republic
OLDRICH RENNER
Affiliation:
Institute of Physics, Prague, Czech Republic
LADISLAV DRSKA
Affiliation:
Czech Technical University, FNSPE, Prague, Czech Republic
FRANK B. ROSMEJ
Affiliation:
Université de Provence et CNRS, Marseille, France
JEAN-FRANÇOIS WYART
Affiliation:
Laboratoire Aimé Cotton, CNRS UPR3321, Orsay, France
Rights & Permissions [Opens in a new window]

Abstract

This paper will present a novel genetic-algorithm-based code (GASPED), developed for the analysis of fine features (e.g., satellite structure and line shifts) in X-ray spectra emitted by hot dense plasmas. The problem dependent modification of standard genetic-algorithm concepts allows efficient decomposition of spectra in concrete physical terms, such as resonance and intercombination lines, dielectronic satellites, or prospective nuclear transitions. Two examples of the code application demonstrate the proposed approach. High resolution K-shell spectra emitted from He- and Li-like Al ions immersed in dense, constrained-flow plasma are decomposed into individual pseudo-Voigt components, by using anticipatory theoretical knowledge of the satellite structure simulated by the multilevel collisional-radiative code (MARIA). Line shifts of the He-like resonance and intercombination line are deduced assuming the aggregate plasma-induced shifts of the parent lines and their satellites. The trend in the frequency shifts observed as a function of the variable plasma parameters qualitatively follows the theoretical predictions. The found variations of the exchange energy between the singlet and triplet levels provide a new impact for the line shift theories. The second example concerns the search for low-lying nuclear transitions in hot dense laser-produced plasmas. The spectra of highly ionized Ta are decomposed by combining the GASPED code with results of ab initio atomic data calculations performed by the RELAC code. Upper limits for observation of the controversial radiative decay of Ta nuclei at 6.238 eV are estimated.

Type
Research Article
Copyright
© 2006 Cambridge University Press

1. INTRODUCTION

Analysis of X-ray spectra emitted from highly ionized matter is generally one of the most efficient tools for the investigation of phenomena accompanying creation and evolution of hot dense plasmas (Boiko et al., 1985; Griem, 1997). The modern experimental approaches (Renner et al., 2004; Rosmej et al., 2005) are capable of providing detailed, spatially, and temporally resolved spectroscopic data. In order to obtain the maximum information on environmental conditions in extreme states of matter, a diagnostic potential contained in this data—manifesting itself in modification of the spectral line profiles, in particular their intensities, broadenings and shifts—should be utilized. Consequently, the development of efficient methods for the analysis and interpretation of complex experimental spectra is of primary importance.

Multi-level collisional radiative approaches and line broadening theories have reached a high accuracy required for many diagnostic purposes. However, there are still very important areas where theory is less predictive but highly demanding, e.g., non-Maxwellian plasmas (Rosmej, 1997), complex satellite spectra (Boiko et al., 1985; Rosmej et al., 2001), and charge exchange driven radiative emission (Rosmej et al., 2002).

We therefore face a situation, where a part of the theory has reached an acceptable accuracy whereas other parts are not well known, but all phenomena, both known and unknown, may considerably contribute to real observations. In such situations, standard decomposition techniques of spectral analysis are not very effective and also not very meaningful from the physical point of view (i.e., a good mathematical fit is obtained but the fitting is not well related to physical quantities). It is therefore highly desirable to formulate a problem-dependent spectral decomposition which efficiently interlinks the well established part of the theory with experimental observations, in order to obtain direct information about the not-fully-described-yet phenomena.

Decomposition of measured spectra into individual spectral lines represents an example of a global optimization problem, which cannot be efficiently solved by traditional techniques. The well-known algorithms incorporated into most of the standard spectral analysis packages (based e.g., on Levenberg-Marquardt or downhill-simplex methods) can be successfully used for simple spectra with well-separated peaks and low noise levels. The analysis of complex noisy spectra containing overlapping peaks requires an application of robust optimization methods. Improved optimization tools (albeit frequently used in a traditional manner) often benefit from the genetic-algorithm (GA) approach. The GA solve global optimization problems by examining typically hundreds or thousands of trial solutions encoded into data structures called genomes. The algorithm starts with a set of randomly generated genomes defining the first-generation population. The selective exploration of the search space is performed by randomly combining these solutions (crossover), perturbing them (mutation) and choosing the better ones according to the survival-of-the-fittest philosophy (selection). The principle of working with a large number of solutions at once constitutes the main difference between evolutionary methods and most of the other global optimization methods. The way of encoding the physical problem into genomes as well as the actual methods of crossover, mutation and selection depend on the problem itself. Although there are general concepts of applying the GA to any optimization task, the GAs tailored to the specific problem generally show significantly better performance in terms of stability and convergence.

The GA concepts (Goldberg, 1989) have been used for solving various technological tasks for more than a decade; however, the applications of the GAs in physics are less frequent (Golovkin et al., 1999). Regarding the GA-based diagnosis of hot dense plasmas, pioneering studies were performed by Mancini and his collaborators. Using the GA combined with a case-based memory (Golovkin et al., 2002) and, recently, a multi-objective version of the GA (Welser et al., 2006); the X-ray spectra and monochromatic images of the emitting plasma regions were simultaneously analyzed in terms of determining the dynamic plasma gradients in ICF cores.

In the present work we propose an advanced approach to spectral decomposition combining the GA with spectroscopic information supplied by detailed plasma and atomic physics calculations. Two examples of successful applications of the novel method demonstrate the extraction of line shifts of resonance and intercombination transitions which are masked by dielectronic satellite contributions and estimating the upper limits for observation of the radiative decay in laser-excited Ta nuclei.

2. GASPED CODE

Compared to previous algorithms used for spectral decomposition (McIntosh et al., 1998; Ramìrez & Fuentes, 2002; Garcia-Talavera & Ulicny, 2003), our novel fitting code Genetic Algorithm for SPEctral Decomposition (GASPED) implements several new features extending the range of the problems solved, improves the convergence rate and provides a graphical user interface for more effective interactive analysis of the resulting fits.

GASPED estimates the quality of a particular decomposition as a χ2-difference between the measured spectrum and its fit consisting of a variable number of pseudo-Voigt curves and polynomial background component. The algorithm searches for fits with the minimum difference from the input data. The problem of the decomposition into individual spectral components is thus reformulated as an optimization of the χ2 objective function. With respect to specific problems of spectral decomposition, the code adopted a variable-sized genome (Fig. 1) instead of the common fixed-size concept. This feature allows analysis of the spectra without a priori knowledge of the actual number of the lines present.

Variable-sized genome (tentative solution encoded into a binary string) used in GASPED.

Besides the common arithmetic crossover and mutation, the code uses several additional operators tailored to the problem. In positional crossover (Fig. 2), the spectral region is randomly divided into two parts. The offspring genomes are then created by combining the curves from the left-hand and right-hand sides of two parental genomes. In contrast to the arithmetic crossover operator, positional crossover takes into account the actual structure of the genome, i.e., manipulates particular curves and background component like integral units, thus producing offspring of higher average quality.

Schematic diagram of a positional crossover. Two parental solutions split and combine in a particular crossover wavelength, thus forming two offspring fits.

Intelligent mutation, following approach originally introduced in evolution strategies (Ramìrez & Fuentes, 2002), adds a new curve to the point of the greatest difference of the solution and the fitted spectrum. In order to keep the total number of curves constant, a randomly chosen curve is removed at the same time, so the operator can be also used for decomposition tasks, where the actual number of fitted curves is initially known and therefore fixed.

Other specific operators, such as curve addition/removal, joining/splitting of curves or adaptive mutation, are designed to search the parameter space more effectively. Premature convergence, a negative phenomenon often occurring in the GAs, is reduced by a pre-initialization of every member of the starting population by a separate GA run with a small population size. The algorithm thus starts with a set of relatively good solutions, which prevents a random strong solution from being copied many times in the selection phase and maintains population diversity.

An advanced version of GASPED permits to work with models involving specific constraints. Using the information provided by theoretical spectra, the freedom in choice of the individual parameters relevant for optimization can be defined in more detail—for instance, the number of the spectral lines emerging from spectrum can be fixed, forbidden intervals can be imposed on particular parameters, and several lines can be grouped together by introducing additional common parameters (e.g., the group shifts of the parent transitions and their satellites). Assuming that the theoretical knowledge of the analyzed spectra is limited GASPED is able to operate in an automated mode, where the most of the input parameters are determined by the program itself. We note that the final fit produced in this mode may be perfect from the mathematical standpoint but its physical relevance may be questioned as the solution need not converge to a unique answer and the parameters obtained may lack a deeper physical insight. The fits produced in both GASPED modes can be further refined by a constrained version of the Levenberg-Marquardt method (Marquardt, 1963) which is effective for local optimization near the real optimum. The whole GASPED fitting process is schematically shown in Figure 3. Using the population size of 200 to 1000 genomes in dependence on the number of expected curves in the spectrum, a typical number of iterations of the main cycle is 1500.

Overview of the fitting process in GASPED. Gray boxes represent particular steps of the main computation cycle.

In order to illustrate the complexity of the search space, let us consider a spectrum composed of five pseudo-Voigt curves and the continuum approximated by a 2nd order polynomial. Each curve is described by four parameters and three additional parameters define the background, i.e., each genome includes 23 parameters. The 23-dimensional GASPED search space is typically explored using 5 × 105 evaluations of the χ2 objective function (population size 500 × 1000 generations). If only 100 possible values were used for every parameter, the reduction of the computation time compared to a brute-force evaluation of all possible solutions is of the order 500000/10023 ≅ 1/1040. The topology of the search space is demonstrated in Figure 4. The shown projection of the objective function to two dimensions (in this case, spectral position of two curves) corresponds to the X-ray Heα spectrum decomposition discussed in Section 3. Although the actual search space was 25-dimensional, even such projection reveals the complexity of the problem, namely the strongly non-monotonous character and several local extremes of the objective function.

Projection of the 25-dimensional objective function surface into two dimensions (representing positions of the resonance and intercombination lines in decomposition of the Al Heα group emission—see Fig. 5).

3. APPLICATIONS IN PLASMA DIAGNOSIS

3.1. Line shifts in hot dense plasmas

The first application concerns the experimental investigation of K-shell line shifts in hot dense plasmas with small transversal gradients. In experiments carried out on the nanosecond laser system LULI at École Polytechnique (0.263 μm, 0.5 ns, 1014 W/cm2), the plasma created at thin aluminum foils sandwiched between two plastic substrates was kept in a constrained flow perpendicular to a direction of the spectra observation. The principle diagnostics used in this experiment was a vertical–geometry Johann spectrometer (Renner et al., 1997) fitted with a crystal of quartz (100). The spectra of the Al Heα group shown in Figure 5a demonstrate the effects of the varying plasma parameters on the emitted line profiles of the resonance w (1s2p 1P1 − 1s2 1S0) and the intercombination y (1s2p 3P1 − 1s2 1S0) lines.

Spatially resolved spectra of the Al Heα group observed close to the surface of the laser-irradiated sandwiched Al target (a). Simulations performed by the MARIA code (b) demonstrate a strong spectra modification due to the presence of the n = 2,3,4 satellites.

Line shift phenomena are most pronounced and most interesting (from the theoretical point of view) in low temperature and high density plasmas. However, under such conditions, resonance lines are strongly masked by dielectronic satellite lines. The spectral distribution of the satellite emission has been obtained from the multilevel collisional-radiative code MARIA (Rosmej, 1997) for different plasma conditions. The simulations indicate that due to a strong satellite emission overlapping the parent lines, the distinct red shifts of the observed profiles cannot be directly identified as frequency shifts of the w and y transitions.

In order to obtain physically meaningful results, we applied the approach combining the theoretical knowledge of the satellite structure with an assumption of the aggregate plasma–induced shift of the parent lines and their satellites. First, we used GASPED to analyze the synthetic satellite spectrum from the Figure 5b. As indicated in the figure, the complex satellite structure containing more than 300 of n = 2, 3, and 4 satellites can be well fitted by five pseudo-Voigt profiles. This knowledge represented a starting point for subsequent analysis of the experimental data.

The individual spectral traces were decomposed using several models differentiated by the constraints imposed on appearance and grouping of w, y, and satellite lines (Renner et al., 2006). An example of the spectra fitting obtained with the “relaxed” GASPED version (i.e., small relative shifts and an introduction of additional satellites were permitted) is shown in Figure 6. With respect to the VJS characteristics, both symmetric parts of the experimental spectra should be identical; observed discrepancies are ascribed to the sensitivity of the spectral profiles to the parameters of the dense and relatively cold plasma at the target surface. Despite these discrepancies resulting in an appearance of different number of line components, the error in determining the w and y line positions introduced by the spectra decomposition is estimated at ∼0.4 mÅ.

GASPED decomposition of the Al Heα group emitted from the laser-irradiated foil.

The repeated GASPED runs pointed out that the found positions of the dominant spectral lines are relatively insensitive to the electron plasma density and temperature used for the satellite modeling. This is demonstrated in Figure 7a where the shifts of the y line deduced by using two different sets of plasma parameters (3 × 1022 cm−3, 300 eV, and 4.5 × 1022 cm−3, 100 eV, respectively) are shown. The found positions of the Al Heα w and y lines shift to red with the decreasing distance from the irradiated target surface, i.e., with the increasing electron density and the decreasing temperature of the plasma. Theoretical models (Junkel et al., 2000) relate the existence of the frequency shifts to an excess of the free plasma electrons around the ionic radiator. The bound electron levels and wavefunctions are perturbed, the emitted X-ray lines are broadened and their wavelengths are shifted to the red. The trends observed in the behavior of the w and y spectral lines agree with the predictions of the quantum mechanical impact theory and self-consistent-field calculations of the energy levels of He-like ions immersed in hot dense plasmas (Koenig et al., 1988).

Plasma-induced shifts of the Al Heα intercombination line as a function of the distance above the surface of the laser-irradiated Al foil sandwiched between plastic substrates. Discrepancies in line positions introduced by alternate satellite structures calculated for different plasma parameters (a) partly smear small variations of the exchange energy (b).

As follows from Figure 7b, different shifts of these lines result in small variations of the exchange energy (EE) defining the separation between the singlet and triplet energy levels. The observed values of the EE are slightly smaller than those stated in different databases (Boiko et al., 1988; Ralchenko et al., 2006; Kelly, 2006). Combined with the found density-dependent decline of the EE, this data provide a new impact for the line shift theories. The stability and reproducibility of the found solutions corroborate the feasibility of the accurate decomposition of the complex spectra and support the conjecture that the shifts and widths of the Kα lines are very useful for diagnostics (Chung et al., 2005).

3.2. Search for nuclear transitions in complex spectra emitted from Ta targets

The second application of the GASPED code concerns the analysis of the complex X-ray spectrum emitted from the laser-irradiated Ta target. The interest in these spectra bears on efforts to demonstrate excitation and decay of low-lying nuclear states in the dense laser-produced plasmas. Within the last decade, the studies of photo-nuclear reactions induced by high-power lasers have become one of the most intensively developing disciplines of the contemporary high-energy-density physics (Ledingham et al., 2003). The laser-matter interaction at intensities above the relativistic limit Iλ2 ≈ 1018 Wcm−2 μm2 results in acceleration of electrons to MeV energies (Malka & Fritzler, 2004; Koyama et al., 2006; Lifschitz et al., 2006) capable of initiating (directly or indirectly, via their conversion to γ-rays or energetic heavy ions) photo-nuclear processes. Subrelativistic plasmas produced at intensities 1016–1017 Wcm−2 provide much lower electron temperatures, typically 2–10 keV. However, even these electron energies are sufficient to activate the low-lying nuclear levels which subsequently decay in radiative or non-radiative processes.

The first isomeric state of 181Ta with the excitation energy of 6.238 keV and a lifetime of 6.8 μs represents a challenging test bed for such research. The only positive results hitherto published (Andreev et al., 2000) report X-ray measurements of the Ta decay kinetics by using two different pulse-duration lasers; however, recent experiments trying to verify these results (Fedosejevs et al., 2005; Hannachi et al., 2006) were not successful. The purpose of our analysis is to evaluate the feasibility of experiments directed to nuclear studies at subrelativistic intensities.

Experiments have been carried out with the iodine laser system PALS (Jungwirth et al., 2001; Jungwirth, 2005). A single laser beam (156 J, 1.315 μm, 0.25 ns) was focused to a diameter of 80 μm, yielding a maximum intensity of 1.2 × 1016 W/cm2. The radiation was incident normally onto a massive Ta target. The plasma emission was analyzed using the VJS equipped with the crystal of quartz (220). The spectra were observed at an angle of 14° to the target surface, recorded on absolutely calibrated X-ray film Kodak Industrex CX, digitized and recalculated to the linear wavelength scale by using a previously described algorithm (Renner et al., 1997). The absolutely calibrated experimental spectra are shown as points in the upper part of Figure 8.

GASPED analysis of X-ray emission from the laser-irradiated Ta target. The full fit includes dominant spectral components identified using the RELAC code and an anticipated nuclear transition (arrows in the upper and lower graphs) which was not included into theoretical model used for the differential fit.

The identification of individual spectral components emitted by high-Z multicharged ions is generally burdened with a lack of reliable wavelength databases for resonance lines and with the presence of many unresolved transitions arrays associated with these lines. In our experiment, the spectra reconstruction was further complicated by presence of two overlapped diffraction orders—quartz diffraction (110) and (220) has comparable integrated reflectivities. Thus the application of the robust code for the line decomposition was of a key importance for analysis of the spectra. With respect to the VJS alignment uncertainty of 1.4 mÅ, the wavelength scale was refined using a tabulated Ni-like Ta transition at 3.956 Å (Tragin et al., 1988). The contributions of the Cu-, Ni-, and Co-like Ta ions to the overall X-ray emission around the energy range of interest were estimated by means of the ab initio detailed calculations performed with the RELAC code (Bar-Shalom et al., 2001). These synthetic spectra were analyzed using the GASPED code, a set of wavelengths found for their dominant components (completed by another pseudo-Voigt profile in a position of the anticipated Ta nuclear emission, i.e., at 1.988 Å) was used as a fixed input information for advanced decomposition of the experimental data. On the other hand, the amplitudes of individual spectral components were not constrained.

A typical result of several GASPED fits based on fixed positions of all these lines is shown as a solid line in the upper part of Figure 8, the positions and amplitudes of individual components are shown in the lower graph. The area under the component corresponding to the prospective nuclear transition (arrows in the upper and lower graphs) estimates its emission to 1.1 × 108 photons/4π. With respect to uncertainties in the energy of the sought nuclear transition, we have performed a complementary GASPED fit where the presence of the nuclear emission was not anticipated. Differences between this RELAC-based fit and the experimental data were again analyzed by the GASPED code; the resulting differential profile composed of several peaks (middle graph in Fig. 8) indicates alternate positions for the nuclear transition. The existence of these peaks may be alternatively explained by a statistics of the spectra detection or by a presence of Ta O- or even H-like transitions (albeit according to calculations, these lines should not be observable). Importantly, the source emission corresponding to any of these peaks does not exceed the value of 1.2 × 108 photons/4π.

This value can be compared with simple theoretical estimates of the excited Ta nuclei population in the whole plasma volume. Various models give the values in the interval 105–107 exited nuclei per laser shot. The validity of these estimates is conditioned by the complexity of the models used. Detailed dynamic simulations are expected to give values closer to the lower end of this interval (Andreev et al., 2002), on the other hand the uncertainties connected with the nuclear level broadening in the plasma, internal electron conversion etc. result in more optimistic estimations. In this sense, the found values represent the upper limit for the prospective X-ray emission accompanying the decay of the excited nuclear states of 181Ta.

4. CONCLUSIONS

We have demonstrated that a problem dependent genetic algorithm is capable to employ results of established theories to extract physical quantities (e.g., line shifts) of not well known theories from experimental data. The GASPED code was developed for applications in plasma spectroscopy. This approach was shown to be stable and robust even in a poorly understood search space. Although still being developed, the current code version is available upon request.

ACKNOWLEDGMENTS

The authors gratefully acknowledge the assistance of the scientific and technical staff from LULI and IOP in performing the experiments. This research was supported by the Grant Agency of the Czech Republic under contract No. 202/06/0697 and by the Czech Technical University (IG 11-86111).

References

REFERENCES

Andreev, A.V., Volkov, R.V., Gordienko, V.M., Mikheev, P.M., Savel'ev, A.B., Tkalya, E.V., Chalykh, R.A., Chutko, O.V, Dykhne, A.M., Kalashnikov, M.P. & Nikles, P.V. (2000). Excitation and decay of low-lying nuclear states in a dense plasma produced by a subpicosecond laser pulse. J. Exp. Theor. Phys. 118, 13431175.Google Scholar
Andreev, A.V., Chutko, O.V., Dykhne, O.M., Gordienko, V.M., Joukov, M.A., Mikheev, P.M., Petrova, E.V., Rusanov, A.A., Savel'ev, A.B. & Tkalya, E.V. (2002). Non-linear excitation and decay of low-energy nuclear isomers produced under femtosecond laser-plasma interactions. Hyperfine Interactions 143, 2336.CrossRefGoogle Scholar
Bar-Shalom, A., Klapisch, M. & Oreg, J. (2001). Hullac, an integrated computer package for atomic processes in plasmas. J. Quant. Spectr. Rad. Transfer 71, 169188.CrossRefGoogle Scholar
Boiko, V.A., Skobelev, I.Y., Plachnigov V.G., &Faenov, A.Y (1988). Spectroscopic constants of atoms and ions. Moscow: Izdatelstvo Standartov.
Boiko, V.A., Vinogradov, A.V., Pikuz, S.A., Skobelev, I.Yu. & Faenov, A.Ya. (1985). X-ray spectroscopy of laser produced plasma. J. Sov. Laser Res. 6, 82.Google Scholar
Chung, H.K., Chen, M.H., Morgan, W.L., Ralchenko, Y. & Lee, R.W. (2005). FLYCHK: Generalized population kinetics and spectral model for rapid spectroscopic analysis of all elements. High Ener. Dens. Phys. 1, 312.CrossRefGoogle Scholar
Fedosejevs, R., Gobet, F., Dorchies, F., Fourment, C., Hannachi, F., Aléonard, M.M., Claverie, G., Gerbaux, M., Malka, G., Scheurer, J.N., Tarisien, M., Meot, V., Morel, P., Liesfeld, B., Robson, L., Blasco, F., Descamps, D., Schurtz, G., Nicolai, Ph. & Tikhonchuk, V. (2005). Heating of tantalum plasma for studies on the activation of 6.238 keV nuclear level of Ta. Proc. 32nd Conf. Plasma Phys. Tarragona, ECA Vol. 29C, P1-152.
Garcia-Talavera, M. & Ulicny, B. (2003). A genetic algorithm approach for multiplet deconvolution in gamma-ray spectra. Nucl. Intrum. Meth. Phys. Res. A 512, 585594.CrossRefGoogle Scholar
Goldberg, D.E. (1989). Genetic Algorithms in Search, Optimization and Machine Learning. Reading, MA: Addison-Wesley.
Golovkin, I.E., Mancini, R.C. & Louis, S.J. (1999). Plasma X-ray spectra analysis using genetic algorithms. Proc. GECCO 1999, 15291534.Google Scholar
Golovkin, I.E., Mancini, R.C., Louis, S.J., Lee, R.W. & Klein, R. (2002). Analysis of X-ray spectral data with genetic algorithms. J. Quant. Spectr. Rad. Transfer 75, 625636.CrossRefGoogle Scholar
Griem, H.R. (1997). Principles of Plasma Spectroscopy. New York: Cambridge University Press.CrossRef
Hannachi, F., Aléonard, M.M., Claverie, G., Gerbaux, M., Gobet, F., Malka, G., Scheurer, J.N. & Tarisien, M. (2006). Nuclear physics with high intensity lasers. In Lasers and Nuclei: Applications of Ultrahigh Intensity Lasers in Nuclear Science (Schwoerer, H., Magill, J. and Beleites, B., Eds.), pp. 207216. Heidelberg: Springer.CrossRef
Jungwirth, K. (2005). Recent highlights of the PALS research program. Laser Part. Beams 23, 177182.Google Scholar
Jungwirth, K., Cejnarova, A., Juha, L., Kralikova, B., Krasa, J., Krousky, E., Krupickova, P., Laska, L., Masek, K., Mocek, T., Pfeifer, M., Präg, A., Renner, O., Rohlena, K., Rus, B., Skala, J., Straka, P. & Ullschmied, J. (2001). The Prague Asterix Laser System (PALS). Phys. Plamas 8, 24952501.CrossRefGoogle Scholar
Junkel, G.C., Gunderson, M.A., Hooper, C.F., Jr. & Haynes, D.A., Jr. (2000). Full Coulomb calculation of Stark broadened spectra from multielectron ions: A focus on the dense plasma line shift. Phys. Rev. E 62, 55845593.Google Scholar
Kelly. (2006). Atomic line database. http://cfa-www.harvard.edu/amdata/ampdata/kelly/kelly.html. Cambridge, MA: Harvard-Smithsonian Center for Astrophysics.
Koenig, M., Malnoult, P. & Nguyen, H. (1988). Atomic structure and line broadening of He-like ions in hot dense plasmas. Phys. Rev. 38, 20892098.CrossRefGoogle Scholar
Koyama, K., Adachi, M., Miura, E., Kato, S., Masuda, S., Watanabe, T., Ogata, A. & Tanimoto, M. (2006). Monoenergetic electron beam generation from a laser-plasma accelerator. Laser Part. Beams 24, 95100.Google Scholar
Ledingham, K.W.D., Mckenna, P. & Singhal, R.P. (2003). Applications for nuclear phenomena generated by ultra-intense lasers. Science 300, 11071111.CrossRefGoogle Scholar
Lifschitz, A.F., Faure, J., Glinec, Y., Malka, V. & Mora, P. (2006). Proposed scheme for compact GeV laser plasma accelerator. Laser Part. Beams 24, 255259.CrossRefGoogle Scholar
Malka, V. & Fritzler, S. (2004). Electron and proton beams produced by ultra short laser pulses in the relativistic regime. Laser Part. Beams 22, 399405.Google Scholar
Marquardt, D.V. (1963). An algorithm for least-squares estimation of nonlinear parameters. J. Soc. Industr. Appl. Math. 11, 431441.CrossRefGoogle Scholar
McIntosh, S.W., Diver, D.A., Judge, P.G., Charbonneau, P., Ireland, J. & Brown, J.C. (1998). Spectral decomposition by genetic forward modelling. Astron. Astrophy. 132, 145153.CrossRefGoogle Scholar
Ralchenko, Yu., Jou, F.-C., Kelleher, D.E., Kramida, A.E., Musgrove, A., Reader, J., Wiese, W.L. & Olsen, K. (2006). NIST Atomic Spectra Database (version 3.1.0). Gaithersburg, MD: National Institute of Standards and Technology.
Ramìrez, F. & Fuentes, O. (2002). Spectral Analysis Using Evolution Strategies. Proc. Int. Conf. on Artif. Intellig. & Soft Comput., 208213.
Renner, O., Missalla, T., Sondhauss, P., Krousky, E., Förster, E., Chenais-Popovics, C. & Rancu, O. (1997). High luminosity, high resolution x-ray plasma spectroscopy by vertical geometry Johann spectrometer. Rev. Sci. Instr. 68, 23932403.CrossRefGoogle Scholar
Renner, O., Uschmann, I. & Förster, E. (2004). Diagnostic potential of advanced X-ray spectroscopy for investigation of hot dense plasmas. Laser Part. Beams 22, 2528.Google Scholar
Renner, O., Adámek, P., Angelo, P., Dalimier, E., Förster, E., Krousky, E., Rosmej, F.B. & Schott, R. (2006). Spectral line decomposition and frequency shifts in Al Heα group emission from laser produced plasmas. J. Quant. Spectr. Rad. Transfer 99, 523536.CrossRefGoogle Scholar
Rosmej, F.B. (1997). Hot electron X-ray diagnostics. J. Phys. B: Mol. Opt. Phys. 30, L819L828.Google Scholar
Rosmej, F.B., Hoffmann, D.H.H., Geissel, M., Roth, M., Pirzadeh, P., Faenov, A.Ya., Pikuz, T.A, Skobelev, I.Yu. & Magunov, A.I. (2001). Advanced x-ray diagnostics based on an observation of high-energy Rydberg transitions from autoionizing levels in dense laser-produced plasmas. Phys. Rev. A 63, 063409.Google Scholar
Rosmej, F.B., Griem, H.R., Elton, R.C., Jacobs, V.L., Cobble, J.A., Faenov, A.Ya., Pikuz, T.A., Geissel, M., Hoffmann, D.H.H., Süss, W., Uskov, D.B., Shevelko, V.P. & Mancini, R.C. (2002). Charge-exchange-induced two-electron satellite transitions from autoionizing levels in dense plasmas. Phys. Rev. E 66, 056402.Google Scholar
Rosmej, O.N., Pikuz, S.A., Korostiy, S., Blazevic, A., Brambrink, E., Fertman, A., Mutin, T., Efremov, V.P., Pikuz, T.A., Faenov, A.Y., Loboda, P., Golubev, A.A. & Hoffmann, D.H.H. (2005). Radiation dynamics of fast heavy ions interacting with matter. Laser Part. Beams 23, 7985.Google Scholar
Tragin, N., Geindre, J.-P., Monier, P., Gauthier, J.-C., Chenais-Popovics, C., Wyart, J.-F. & Bauche-Arnoult, C. (1988). Extended analysis of the x-ray spectra of laser-irradiated elements in the sequence from tantalum to lead. Physica Scripta 37, 7282.CrossRefGoogle Scholar
Welser, L.A., Mancini, R.C., Koch, J.A., Izumi, N., Louis, S.J., Golovkin, I.E., Barbee, T.W., Haan, S.W., Delettrez, J.A., Marshall, F.J., Regan, R.P., Smalyuk, V.A., Haynes, D.A. & Lee, R.W. (2006). Multi-objective spectroscopic analysis of core gradients: Extension from two to three objectives. J. Quant. Spectr. Rad. Transfer 99, 649657.CrossRefGoogle Scholar
Figure 0

Variable-sized genome (tentative solution encoded into a binary string) used in GASPED.

Figure 1

Schematic diagram of a positional crossover. Two parental solutions split and combine in a particular crossover wavelength, thus forming two offspring fits.

Figure 2

Overview of the fitting process in GASPED. Gray boxes represent particular steps of the main computation cycle.

Figure 3

Projection of the 25-dimensional objective function surface into two dimensions (representing positions of the resonance and intercombination lines in decomposition of the Al Heα group emission—see Fig. 5).

Figure 4

Spatially resolved spectra of the Al Heα group observed close to the surface of the laser-irradiated sandwiched Al target (a). Simulations performed by the MARIA code (b) demonstrate a strong spectra modification due to the presence of the n = 2,3,4 satellites.

Figure 5

GASPED decomposition of the Al Heα group emitted from the laser-irradiated foil.

Figure 6

Plasma-induced shifts of the Al Heα intercombination line as a function of the distance above the surface of the laser-irradiated Al foil sandwiched between plastic substrates. Discrepancies in line positions introduced by alternate satellite structures calculated for different plasma parameters (a) partly smear small variations of the exchange energy (b).

Figure 7

GASPED analysis of X-ray emission from the laser-irradiated Ta target. The full fit includes dominant spectral components identified using the RELAC code and an anticipated nuclear transition (arrows in the upper and lower graphs) which was not included into theoretical model used for the differential fit.