51 resultados para mountain algorithm


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Footemineite, ideally Ca2Mn2+square Mn22+Be4(PO4)(6)(OH)(4)-6H(2)O, triclinic, is a new member of the roscherite group. It occurs on thin fractures crossing quartz-microcline-spodumene pegmatite at the Foote mine, Kings Mountain, Cleveland County, North Carolina, U.S.A. Associated minerals are albite, analcime, eosphorite, siderite/rhodochrosite, fairfieldite, fluorapatite, quartz, milarite, and pyrite. Footemineite forms prismatic to bladed generally rough to barrel-shaped crystals up to about 1.5 mm long and I mm in diameter. Its color is yellow, the streak is white, and the luster is vitreous to slightly pearly. Footemineite is transparent and non-fluorescent. Twinning is simple, by reflection, with twin boundaries across the length of the crystals. Cleavage is good on {0 (1) over bar1}) and {100}. Density (calc.) is 2.873 g/cm(3). Footemineite is biaxial (-), n(alpha) = 1.620(2), n(beta) = 1.627(2), n(gamma) = 1.634(2) (white light). 2V(obs) = 80 degrees, 2V(calc) = 89.6 degrees. Orientation: X boolean AND b similar to 12 degrees, Y boolean AND c similar to 15 degrees, Z boolean AND a similar to 15 degrees. Elongation direction is c, dispersion: r > v or r < v, weak. Pleochroism: beta (brownish yellow) > alpha = gamma (yellow). Mossbauer and IR spectra are given. The chemical composition is (EDS mode electron microprobe, Li and Be by ICP-OES, Fe3+:Fe2+ y Mossbauer, H2O by TG data, wt%): Li2O 0.23, BeO 9.54, CaO 9.43, SrO 0.23, BaO 0.24, MgO 0.18, MnO 26.16, FeO 2.77, Fe2O3 0.62, Al2O3 0.14, P2O5 36.58, SiO2 0.42, H2O 13.1, total 99.64. The empirical formula is (Ca1.89Sr0.03Ba0.02)Sigma(1.94)(Mn-0.90(2+)square(0.10))Sigma(1.00)(square 0.78Li0.17Mg0.05) Sigma(1.00)(Mn3.252+Fe0.432+ Fe0.093+Al0.03)Sigma(3.80) Be-4.30(P5.81Si0.08O24)[(OH)3.64(H2O)0.36]Sigma(4.00)center dot 6.00H(2)O . The strongest reflection peaks of the powder diffraction pattern [d, angstrom (1, %) (hkl)] are 9.575 (53) (010), 5.998 (100) (0 (1) over bar1), 4.848 (26) (021), 3.192 (44) (210), 3.003 (14) (0 (2) over bar2), 2.803 (38) ((1) over bar 03), 2.650 (29) ((2) over bar 02), 2.424 (14) (231). Single-crystal unit-cell parameters are a = 6.788(2), b = 9.972(3), c = 10.014(2) A, (x = 73.84(2), beta = 85.34(2), gamma = 87.44(2)degrees,V = 648.74 angstrom(3), Z = 1. The space group is P (1) over bar. Crystal structure was refined to R = 0.0347 with 1273 independent reflections (F > 2(5). Footemineite is dimorphous with roscherite, and isostructural with atencioite. It is identical with the mineral from Foote mine described as ""triclinic roscherite."" The name is for the Foote mine, type locality for this and several other minerals.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper presents the formulation of a combinatorial optimization problem with the following characteristics: (i) the search space is the power set of a finite set structured as a Boolean lattice; (ii) the cost function forms a U-shaped curve when applied to any lattice chain. This formulation applies for feature selection in the context of pattern recognition. The known approaches for this problem are branch-and-bound algorithms and heuristics that explore partially the search space. Branch-and-bound algorithms are equivalent to the full search, while heuristics are not. This paper presents a branch-and-bound algorithm that differs from the others known by exploring the lattice structure and the U-shaped chain curves of the search space. The main contribution of this paper is the architecture of this algorithm that is based on the representation and exploration of the search space by new lattice properties proven here. Several experiments, with well known public data, indicate the superiority of the proposed method to the sequential floating forward selection (SFFS), which is a popular heuristic that gives good results in very short computational time. In all experiments, the proposed method got better or equal results in similar or even smaller computational time. (C) 2009 Elsevier Ltd. All rights reserved.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Large-scale simulations of parts of the brain using detailed neuronal models to improve our understanding of brain functions are becoming a reality with the usage of supercomputers and large clusters. However, the high acquisition and maintenance cost of these computers, including the physical space, air conditioning, and electrical power, limits the number of simulations of this kind that scientists can perform. Modern commodity graphical cards, based on the CUDA platform, contain graphical processing units (GPUs) composed of hundreds of processors that can simultaneously execute thousands of threads and thus constitute a low-cost solution for many high-performance computing applications. In this work, we present a CUDA algorithm that enables the execution, on multiple GPUs, of simulations of large-scale networks composed of biologically realistic Hodgkin-Huxley neurons. The algorithm represents each neuron as a CUDA thread, which solves the set of coupled differential equations that model each neuron. Communication among neurons located in different GPUs is coordinated by the CPU. We obtained speedups of 40 for the simulation of 200k neurons that received random external input and speedups of 9 for a network with 200k neurons and 20M neuronal connections, in a single computer with two graphic boards with two GPUs each, when compared with a modern quad-core CPU. Copyright (C) 2010 John Wiley & Sons, Ltd.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

One of the key issues in e-learning environments is the possibility of creating and evaluating exercises. However, the lack of tools supporting the authoring and automatic checking of exercises for specifics topics (e.g., geometry) drastically reduces advantages in the use of e-learning environments on a larger scale, as usually happens in Brazil. This paper describes an algorithm, and a tool based on it, designed for the authoring and automatic checking of geometry exercises. The algorithm dynamically compares the distances between the geometric objects of the student`s solution and the template`s solution, provided by the author of the exercise. Each solution is a geometric construction which is considered a function receiving geometric objects (input) and returning other geometric objects (output). Thus, for a given problem, if we know one function (construction) that solves the problem, we can compare it to any other function to check whether they are equivalent or not. Two functions are equivalent if, and only if, they have the same output when the same input is applied. If the student`s solution is equivalent to the template`s solution, then we consider the student`s solution as a correct solution. Our software utility provides both authoring and checking tools to work directly on the Internet, together with learning management systems. These tools are implemented using the dynamic geometry software, iGeom, which has been used in a geometry course since 2004 and has a successful track record in the classroom. Empowered with these new features, iGeom simplifies teachers` tasks, solves non-trivial problems in student solutions and helps to increase student motivation by providing feedback in real time. (c) 2008 Elsevier Ltd. All rights reserved.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Given two strings A and B of lengths n(a) and n(b), n(a) <= n(b), respectively, the all-substrings longest common subsequence (ALCS) problem obtains, for every substring B` of B, the length of the longest string that is a subsequence of both A and B. The ALCS problem has many applications, such as finding approximate tandem repeats in strings, solving the circular alignment of two strings and finding the alignment of one string with several others that have a common substring. We present an algorithm to prepare the basic data structure for ALCS queries that takes O(n(a)n(b)) time and O(n(a) + n(b)) space. After this preparation, it is possible to build that allows any LCS length to be retrieved in constant time. Some trade-offs between the space required and a matrix of size O(n(b)(2)) the querying time are discussed. To our knowledge, this is the first algorithm in the literature for the ALCS problem. (C) 2007 Elsevier B.V. All rights reserved.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

A dosing algorithm including genetic (VKORC1 and CYP2C9 genotypes) and nongenetic factors (age, weight, therapeutic indication, and cotreatment with amiodarone or simvastatin) explained 51% of the variance in stable weekly warfarin doses in 390 patients attending an anticoagulant clinic in a Brazilian public hospital. The VKORC1 3673G>A genotype was the most important predictor of warfarin dose, with a partial R(2) value of 23.9%. Replacing the VKORC1 3673G>A genotype with VKORC1 diplotype did not increase the algorithm`s predictive power. We suggest that three other single-nucleotide polymorphisms (SNPs) (5808T>G, 6853G>C, and 9041G>A) that are in strong linkage disequilibrium (LD) with 3673G>A would be equally good predictors of the warfarin dose requirement. The algorithm`s predictive power was similar across the self-identified ""race/color"" subsets. ""Race/color"" was not associated with stable warfarin dose in the multiple regression model, although the required warfarin dose was significantly lower (P = 0.006) in white (29 +/- 13 mg/week, n = 196) than in black patients (35 +/- 15 mg/week, n = 76).