1000 resultados para Mudar de operador sem alterar o número
Resumo:
Para o conhecimento do comportamento físico-hídrico do solo, é fundamental a determinação da curva de retenção de água (CRA). A aquisição de dados para obtenção da CRA envolve processos demorados e custos elevados. A hipótese deste estudo foi a de que é possível determinar a CRA com menor número de tensões, reduzindo seu tempo de obtenção, sem, contudo, comprometer a acurácia dos resultados. Assim, o objetivo deste trabalho foi determinar quais tensões podem ser utilizadas para determinação da CRA de Latossolo Vermelho eutrófico de maneira acurada e em menor tempo. Foram determinados os conteúdos de água retidos em amostras de um Latossolo Vermelho eutrófico sob sistema de semeadura direta (SSD). As tensões utilizadas na determinação dos conteúdos de água foram: 0, 10, 20, 40, 60, 80, 100, 200, 300, 500, 700, 1.000, 3.000, 5.000 e 15.000 hPa. Os dados foram combinados e determinaram-se 450 CRAs ajustadas pelo modelo de van Genuchten. Os parâmetros α, m, n e Ug res, gerados pelo modelo, foram submetidos à análise de variância (teste F) e as médias comparadas pelo teste de Scott-Knott (p = 0,05). A hipótese deste estudo foi confirmada, ou seja, é possível determinar a CRA com menor número de tensões, reduzindo seu tempo de obtenção em até cinco vezes, sem, contudo, comprometer a acurácia dos resultados. A tensão de 15.000 hPa deve estar contida na combinação de tensões a serem utilizadas para determinação da curva característica de retenção de água, quando se emprega o modelo matemático de van Genuchten para ajuste dos dados. As curvas características de retenção de água do solo, definidas com as combinações de tensões (0, 60, 700 e 15.000 hPa), (0, 80, 700 e 15.000 hPa), (0, 100, 1.000 e 15.000 hPa), (0, 20, 60, 100, 700 e 15.000 hPa), (0, 80, 300, 700 e 15.000 hPa) e (0, 100, 300, 1.000 e 15.000 hPa), sendo os dados ajustados ao modelo de van Genuchten, proporcionaram estimativas dos conteúdos de água, retidos no Latossolo Vermelho eutrófico sob sistema de semeadura direta, com a mesma acurácia, quando comparada à curva de referência partindo-se de um conjunto de 15 valores de tensões.
Resumo:
The determination of the amount of sample units that will compose the sample express the optimization of the workforce, and reduce errors inherent in the report of recommendation and evaluation of soil fertility. This study aimed to determine in three systems use and soil management, the numbers of units samples design, needed to form the composed sample, for evaluation of soil fertility. It was concluded that the number of sample units needed to compose the composed sample to determination the attributes of organic matter, pH, P, K, Ca, Mg, Al and H+Al and base saturation of soil vary by use and soil management and error acceptable to the mean estimate. For the same depth of collected, increasing the number of sample units, reduced the percentage error in estimating the average, allowing the recommendation of 14, 14 and 11 sample in management with native vegetation, pasture cultivation and corn, respectively, for a error 20% on the mean estimate.
Resumo:
The changes incurred in the financial system with the introduction of new technologies and new forms of administration of banks has caused impact on the health of workers. These changes, which passed in the process of work, generate a combined share of the risk factors that result in numerous injuries and illnesses among banks, notably between the operators of banks tellers. The Work-Related Musculoskeletal Disordes - WRMD represent a group of occupational diseases always present among these workers. Because of its high incidence and the amount of financial resour envolved to manage the problem has been the object of constant study. This paper aims to analyze the bank teller activity; search the occurrence of WRMD in the activity, identifying the factors determining the occurrence of WRMD in the activity and determine the real number of touchs on a keyboard made by the operator and propose solutions that influence the reduction of illness in the workplace of the bank teller. Methodological tools of ergonomics are used to provide a broad knowledge of aspects of work that have been studied and influential in the generation of occupational diseases studied. It was found that activity put workers to serious risk of occupational diseases. As the main contributory factors and determinants for this illness: the requirements and control the numbers daily endorsements; evaluation system based on performance targets for productivity; management system at time of service to customers; work with stressful factors (broken box); excess of time worked; furniture of workstations with ergonomic inadequacies and policy for the prevention of occupational diseases inefficient. They have also noted cases of illness for DORT workers without fulfilling the legal requirement of the issuance of the communication of labour accident and without the removal of the employee of the workplace
Resumo:
Coordenação de Aperfeiçoamento de Pessoal de Nível Superior
Resumo:
This paper proposes a procedure to control on-line processes for attributes, using an Shewhart control chart with two control limits (warning limit and control limit) and will be based on a sequence of inspection (h). The inspection procedure is based on Taguchi et al. (1989), in which to inspect the item, if the number of non-conformities is higher than an upper control limit, the process needs to be stopped and some adjustment is required; and, if the last inspection h, from all items inspected present a number of non-conformities between the control limit and warning limit. The items inspected will suffer destructive inspection, being discarded after inspection. Properties of an ergodic Markov chain are used to get the expression of average cost per item and the aim was the determination of four optimized parameters: the sampling interval of the inspections (m); the constant W to draw the warning limit (W); the constant C to draw the control limit (C), where W £ C, and the length of sequence of inspections (h). Numerical examples illustrate the proposed procedure
Resumo:
Techniques of optimization known as metaheuristics have achieved success in the resolution of many problems classified as NP-Hard. These methods use non deterministic approaches that reach very good solutions which, however, don t guarantee the determination of the global optimum. Beyond the inherent difficulties related to the complexity that characterizes the optimization problems, the metaheuristics still face the dilemma of xploration/exploitation, which consists of choosing between a greedy search and a wider exploration of the solution space. A way to guide such algorithms during the searching of better solutions is supplying them with more knowledge of the problem through the use of a intelligent agent, able to recognize promising regions and also identify when they should diversify the direction of the search. This way, this work proposes the use of Reinforcement Learning technique - Q-learning Algorithm - as exploration/exploitation strategy for the metaheuristics GRASP (Greedy Randomized Adaptive Search Procedure) and Genetic Algorithm. The GRASP metaheuristic uses Q-learning instead of the traditional greedy-random algorithm in the construction phase. This replacement has the purpose of improving the quality of the initial solutions that are used in the local search phase of the GRASP, and also provides for the metaheuristic an adaptive memory mechanism that allows the reuse of good previous decisions and also avoids the repetition of bad decisions. In the Genetic Algorithm, the Q-learning algorithm was used to generate an initial population of high fitness, and after a determined number of generations, where the rate of diversity of the population is less than a certain limit L, it also was applied to supply one of the parents to be used in the genetic crossover operator. Another significant change in the hybrid genetic algorithm is the proposal of a mutually interactive cooperation process between the genetic operators and the Q-learning algorithm. In this interactive/cooperative process, the Q-learning algorithm receives an additional update in the matrix of Q-values based on the current best solution of the Genetic Algorithm. The computational experiments presented in this thesis compares the results obtained with the implementation of traditional versions of GRASP metaheuristic and Genetic Algorithm, with those obtained using the proposed hybrid methods. Both algorithms had been applied successfully to the symmetrical Traveling Salesman Problem, which was modeled as a Markov decision process
Resumo:
O objetivo deste trabalho foi estimar o número mínimo de colheitas em experimento com a cultura do pepino. Foram analisados dados de um experimento onde avaliaram-se 14 híbridos de pepino japonês, no delineamento em blocos ao acaso, com quatro repetições e cinco plantas por parcela, conduzidas sob ambiente protegido. Foram efetuadas 32 colheitas, três colheitas por semana, por um período de 72 dias e estimados os coeficientes de repetibilidade, com base na análise de componentes principais para os caracteres produção de frutos por planta, em massa e número, total e comercial. Os resultados permitiram concluir que menos de nove colheitas foram suficientes para analisar as diferenças de produtividade entre os diferentes híbridos, com 95% de certeza de serem eleitos os mais produtivos.
Resumo:
Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)
Resumo:
Foi conduzido um experimento com o objetivo de determinar o mínimo de repetições para que níveis preestabelecidos de precisão sejam alcançados sobre a matointerferência na produtividade da cultura do milho mantida na presença ou na ausência das plantas daninhas até 0, 10, 20, 30, 40, 50, 60 e 120 dias após a emergência. O experimento foi conduzido no período de dezembro de 1997 a abril de 1998, correspondendo à safra de verão, na Fazenda Experimental Marcelo Mesquita Serva, Universidade de Marília - UNIMAR, município de Marília, Estado de São Paulo - Brasil. A precisão experimental avaliada pela diferença mínima significativa (dms) mostrou-se continuamente crescente com a adição de novas repetições, observando-se, contudo, reduções menores acima de seis repetições. Os valores médios do quadrado médio do resíduo (QMR) e do coeficiente de variação (CV) e o F dos tratamentos não foram alterados pelo aumento do número de repetições.
Resumo:
Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES)
Resumo:
O presente trabalho teve por objetivo verificar o efeito do número de ramos produtivos sobre o desenvolvimento e a produção de figos verdes 'Roxo de Valinhos'. O experimento foi conduzido com plantas de quatro anos de idade, em sistema de produção orgânica, espaçamento 2 x 3 m, de julho de 2007 a fevereiro de 2008, em Quatro Pontes-PR. Os tratamentos consistiram em plantas conduzidas com 6; 9; 12; 15; 18 e 21 ramos produtivos. Utilizou-se o delineamento experimental de blocos ao acaso, com quatro blocos e três plantas úteis por parcela. No sistema de produção orgânica, as maiores estimativas de produção e produtividade de figos verdes foram obtidas em plantas conduzidas com 21 ramos.
Resumo:
The awareness of the difficulty which pupils, in general have in understanding the concept and operations with Rational numbers, it made to develop this study which searches to collaborate for such understanding. Our intuition was to do with that the pupils of the Education of Young and Adults, with difficulty in understanding the Rational numbers, feel included in the learning-teaching process of mathematics. It deals with a classroom research in a qualitative approach with analysis of the activities resolved for a group of pupils in classroom of a municipal school of Natal. For us elaborate such activities we accomplished the survey difficulties and obstacles that the pupils experience, when inserted in the learning-teaching process of the Rational numbers. The results indicate that the sequence of activities applied in classroom collaborated so that the pupils to overcome some impediments in the learning of this numbers
Resumo:
We address the generalization of thermodynamic quantity q-deformed by q-algebra that describes a general algebra for bosons and fermions . The motivation for our study stems from an interest to strengthen our initial ideas, and a possible experimental application. On our journey, we met a generalization of the recently proposed formalism of the q-calculus, which is the application of a generalized sequence described by two parameters deformation positive real independent and q1 and q2, known for Fibonacci oscillators . We apply the wellknown problem of Landau diamagnetism immersed in a space D-dimensional, which still generates good discussions by its nature, and dependence with the number of dimensions D, enables us future extend its application to systems extra-dimensional, such as Modern Cosmology, Particle Physics and String Theory. We compare our results with some experimentally obtained performing major equity. We also use the formalism of the oscillators to Einstein and Debye solid, strengthening the interpretation of the q-deformation acting as a factor of disturbance or impurity in a given system, modifying the properties of the same. Our results show that the insertion of two parameters of disorder, allowed a wider range of adjustment , i.e., enabling change only the desired property, e.g., the thermal conductivity of a same element without the waste essence
Resumo:
Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)
Resumo:
The on-line processes control for attributes consists of inspecting a single item at every m produced ones. If the examined item is conforming, the production continues; otherwise, the process stops for adjustment. However, in many practical situations, the interest consist of monitoring the number of non-conformities among the examined items. In this case, if the number of non-conformities is higher than an upper control limit, the process needs to be stopped and some adjustment is required. The contribution of this paper is to propose a control system for the number of nonconforming of the inspected item. Employing properties of an ergodic Markov chain, an expression for the expected cost per item of the control system was obtained and it will be minimized by two parameters: the sampling interval and the upper limit control of the non-conformities of the examined item. Numerical examples illustrate the proposed procedure