944 resultados para progresso genético
Resumo:
Objetivou-se, com este trabalho, estimar a herdabilidade (h²) para prenhez de novilhas e sua correlação genética (rg) com idade ao primeiro parto (IPP), em animais da raça Nelore. A prenhez de novilhas foi definida de três formas: prenhez aos 16 meses (Pr16) - para as novilhas que pariram com menos de 31 meses, atribuiu-se 1 (sucesso) e, para aquelas que pariram após 30,99 meses ou que não pariram, atribuiu-se 0 (fracasso); prenhez aos 24 meses (Pr24) - para as novilhas que pariram até 46 meses (incluindo as Pr16), foi atribuído 1 e, para aquelas que não pariram 0; e prenhez da novilha (PrN) - atribuiu-se classificação 2 para as que pariram com menos de 31 meses, 1 para as que pariram entre 31 e 46 meses e 0 para as que não pariram. Os arquivos, analisados pelo Método R e Inferência Bayesiana, continham registros de 30.802 novilhas desmamadas. As análises forneceram médias de estimativas de h² de 0,52, 0,12 e 0,16 para Pr16, Pr24 e PrN, respectivamente, pelo Método R. O valor médio obtido por Inferência Bayesiana foi de 0,45 para Pr16. A rg estimada entre Pr16 e IPP foi -0,32. Os resultados indicam que, para selecionar para precocidade sexual, é necessário expor todas as fêmeas em idades jovens e que a mensuração da taxa de prenhez por meio da Pr16 é pertinente, uma vez que esta característica apresenta variabilidade genética alta e deve responder eficientemente à seleção com possibilidades de rápido ganho genético. A análise indicou também que Pr16 e IPP são determinadas em grande parte por genes diferentes.
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:
On this paper, it is made a comparative analysis among a controller fuzzy coupled to a PID neural adjusted by an AGwith several traditional control techniques, all of them applied in a system of tanks (I model of 2nd order non lineal). With the objective of making possible the techniques involved in the comparative analysis and to validate the control to be compared, simulations were accomplished of some control techniques (conventional PID adjusted by GA, Neural PID (PIDN) adjusted by GA, Fuzzy PI, two Fuzzy attached to a PID Neural adjusted by GA and Fuzzy MISO (3 inputs) attached to a PIDN adjusted by GA) to have some comparative effects with the considered controller. After doing, all the tests, some control structures were elected from all the tested techniques on the simulating stage (conventional PID adjusted by GA, Fuzzy PI, two Fuzzy attached to a PIDN adjusted by GA and Fuzzy MISO (3 inputs) attached to a PIDN adjusted by GA), to be implemented at the real system of tanks. These two kinds of operation, both the simulated and the real, were very important to achieve a solid basement in order to establish the comparisons and the possible validations show by the results
Resumo:
Conventional methods to solve the problem of blind source separation nonlinear, in general, using series of restrictions to obtain the solution, often leading to an imperfect separation of the original sources and high computational cost. In this paper, we propose an alternative measure of independence based on information theory and uses the tools of artificial intelligence to solve problems of blind source separation linear and nonlinear later. In the linear model applies genetic algorithms and Rényi of negentropy as a measure of independence to find a separation matrix from linear mixtures of signals using linear form of waves, audio and images. A comparison with two types of algorithms for Independent Component Analysis widespread in the literature. Subsequently, we use the same measure of independence, as the cost function in the genetic algorithm to recover source signals were mixed by nonlinear functions from an artificial neural network of radial base type. Genetic algorithms are powerful tools for global search, and therefore well suited for use in problems of blind source separation. Tests and analysis are through computer simulations
Resumo:
This paper presents an evaluative study about the effects of using a machine learning technique on the main features of a self-organizing and multiobjective genetic algorithm (GA). A typical GA can be seen as a search technique which is usually applied in problems involving no polynomial complexity. Originally, these algorithms were designed to create methods that seek acceptable solutions to problems where the global optimum is inaccessible or difficult to obtain. At first, the GAs considered only one evaluation function and a single objective optimization. Today, however, implementations that consider several optimization objectives simultaneously (multiobjective algorithms) are common, besides allowing the change of many components of the algorithm dynamically (self-organizing algorithms). At the same time, they are also common combinations of GAs with machine learning techniques to improve some of its characteristics of performance and use. In this work, a GA with a machine learning technique was analyzed and applied in a antenna design. We used a variant of bicubic interpolation technique, called 2D Spline, as machine learning technique to estimate the behavior of a dynamic fitness function, based on the knowledge obtained from a set of laboratory experiments. This fitness function is also called evaluation function and, it is responsible for determining the fitness degree of a candidate solution (individual), in relation to others in the same population. The algorithm can be applied in many areas, including in the field of telecommunications, as projects of antennas and frequency selective surfaces. In this particular work, the presented algorithm was developed to optimize the design of a microstrip antenna, usually used in wireless communication systems for application in Ultra-Wideband (UWB). The algorithm allowed the optimization of two variables of geometry antenna - the length (Ls) and width (Ws) a slit in the ground plane with respect to three objectives: radiated signal bandwidth, return loss and central frequency deviation. These two dimensions (Ws and Ls) are used as variables in three different interpolation functions, one Spline for each optimization objective, to compose a multiobjective and aggregate fitness function. The final result proposed by the algorithm was compared with the simulation program result and the measured result of a physical prototype of the antenna built in the laboratory. In the present study, the algorithm was analyzed with respect to their success degree in relation to four important characteristics of a self-organizing multiobjective GA: performance, flexibility, scalability and accuracy. At the end of the study, it was observed a time increase in algorithm execution in comparison to a common GA, due to the time required for the machine learning process. On the plus side, we notice a sensitive gain with respect to flexibility and accuracy of results, and a prosperous path that indicates directions to the algorithm to allow the optimization problems with "η" variables
Resumo:
O objetivo deste trabalho foi testar métodos de seleção visando ao aumento de flores femininas na população FCA-UNESP-PB de mamona (Ricinus communis L.). A seleção foi realizada no município de Botucatu (SP), na safrinha de 2007. Por meio de seleção massal, foram selecionadas plantas com racemo primário estritamente feminino. Destas plantas, as que tinham reversão sexual foram autofecundadas. As avaliações foram realizadas na safrinha de 2008 em Botucatu e São Manuel (SP), onde foram comparados os tratamentos: método de seleção massal; método de seleção massal com autofecundação e testemunha (racemos de plantas colhidos ao acaso, sem seleção). Foram avaliados: porcentagem de flores femininas do racemo primário (%), produtividade de grãos (kg ha-1) e teor de óleo das sementes (%). O delineamento experimental utilizado foi o de blocos casualizados com 30 repetições. Os dados foram submetidos à análise de variância individual para cada local e conjuntamente para os dois locais, pelo teste F a 1% de probabilidade. Mediante os resultados conclui- se que o método de seleção massal com autofecundação foi aquele que proporcionou maiores valores de porcentagem de flores femininas no racemo primário, com ganho fenotípico realizado de 18% em Botucatu e 29% em São Manuel (SP). Por meio dos métodos de seleção, notou-se comportamento diferencial em relação aos locais para a característica produtividade de grãos, e o método seleção massal com autofecundação proporcionou a menor produtividade. No teor de óleo não houve diferenças significativas entre os métodos e os locais avaliados.
Resumo:
The presence of inflammatory cells within the tumor microenvironment plays a dual role that may contribute both to the progression and for inhibition of tumor growth. Recent studies suggest that the quality, not the quantity, of the inflammatory infiltrate is the most important determinant for prognosis. Therefore, TCD8 cells and natural killer cells are the main effector cells in combating cancer. The aim of this study was to assess, through the immunohistochemical study, the expression of TCD8 lymphocytes and NK cells in epidermoid carcinoma (EC) of the lower lip. The sample consisted of 32 specimens of EC of the lower lip, of which 16 had regional lymph node metastasis, and the 16 remaining, free of metastases. The total number of positive cells at the front of invasion were evaluated quantitatively and the results were related to clinical TNM staging, histological grade of malignancy and prognostic factors. It was observed for the group with metastasis, prevalence of stages III and IV (p<0.0001). Most patients with metastasis, had a high grade of malignancy (p=0.006). Most cases classified as high grade of malignancy had stages III and IV (p=0.032). Of the total sample, there were three cases of recurrence and five with death, however these variables were not statistically significant when associated with clinicopathological parameters. The immunostaining of CD8 and CD57, respectively, showed no statistically significant association with any of the clinicopathological parameters studied, metastasis (p=0.346, p=0.622), TNM classification (p=0.146, p=0.576), histological grade of malignancy (p=0.936, p=936), recurrence (p=0.075, p=0.075) and death (p=0.897, p=0.856). Believing in the function of the immunological system against malignant cells, it is concluded that the TD8 lymphocytes and NK cells, would be acting in the control of the progression of malignant neoplasms, but not in isolated manner
Resumo:
O objetivo deste trabalho foi estimar os ganhos genéticos de um teste de progênies de seringueira para a produção de borracha seca e, com base no maior tamanho efetivo populacional e maior ganho genético, obter os melhores indivíduos. Foram utilizadas 30 progênies de meios-irmãos, provenientes de sementes de polinização mista - alogamia e autogamia - de testes clonais no Estado de São Paulo. Utilizou-se o delineamento experimental de blocos ao acaso, com 30 tratamentos (progênies), 3 repetições e parcelas lineares de 10 plantas, em um espaçamento de 3x3 m, o que totalizou 900 plantas úteis. Aos três anos, o perímetro, a 50 cm do solo (PA50), e a produção de borracha seca (PBS) foram avaliadas por meio do teste precoce de produção Hamaker Morris-Mann (HMM). As variáveis foram analisadas pelo método de modelo linear misto, via procedimento REML/BLUP, em progênies com sistema reprodutivo misto e taxa de autofecundação de 22%. A identificação dos 20 melhores indivíduos quanto à PBS e ao PA50 proporcionou ganho genético de 67,96 e 16,48%, respectivamente, e um coeficiente de endogamia de aproximadamente 2,82%. O teste de progênies proporciona produção de sementes com melhor valor genético, grande variabilidade e baixa endogamia
Resumo:
Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES)
Resumo:
Este estudo teve como objetivo propor bases metodológicas para o acompanhamento da progressão da competência comunicativa no aluno de Enfermagem. Utilizando metodologia qualitativa e referencial teórico de comunicação interpessoal, desenvolvemos a pesquisa entrevistando 13 professores com experiência acumulada em atividades de ensino e pesquisa de comunicação em Enfermagem. Nos dados obtidos, os entrevistados relataram que o acompanhamento da progressão da competência comunicativa do aluno ocorre: observando a evolução das habilidades comunicativas nos alunos e pacientes; viabilizando momentos de expressão de pensamentos, sentimentos e percepções; fornecendo feedback sobre o desenvolvimento das habilidades comunicativas; estimulando-os ao desenvolvimento das habilidades em comunicação; realizando avaliação formativa e tutorando o aluno.
Resumo:
Objetivou-se com esse trabalho comparar estimativas de componentes de variâncias obtidas por meio de modelos lineares mistos Gaussianos e Robustos, via Amostrador de Gibbs, em dados simulados. Foram simulados 50 arquivos de dados com 1.000 animais cada um, distribuídos em cinco gerações, em dois níveis de efeito fixo e três valores fenotípicos distintos para uma característica hipotética, com diferentes níveis de contaminação. Exceto para os dados sem contaminação, quando os modelos foram iguais, o modelo Robusto apresentou melhores estimativas da variância residual. As estimativas de herdabilidade foram semelhantes em todos os modelos, mas as análises de regressão mostraram que os valores genéticos preditos com uso do modelo Robusto foram mais próximos dos valores genéticos verdadeiros. Esses resultados sugerem que o modelo linear normal contaminado oferece uma alternativa flexível para estimação robusta em melhoramento genético animal.
Resumo:
Objetivou-se estudar o efeito das diferentes proporções de sangue Simental e Nelore sobre as características da carcaça e da carne de bovinos superprecoces. Foram utilizados 72 bovinos jovens inteiros (18 Nelore; 18 ½ Simental × Nelore; 18 Simbrasil e 18 Simental), com 8 meses de idade e 250 kg PV médio inicial. Os animais foram desmamados aos 8 meses de idade em sistema creep-feeding e posteriormente confinados durante 150 dias até atingirem o peso de abate, acima de 465 kg, e abatidos em frigorífico comercial. Os valores de pH e temperatura durante o resfriamento das carcaças foi semelhante para todos os grupos genéticos. da mesma forma, as variáveis carcaça fria, dianteiro e traseiro, não apresentaram diferenças entre os grupos genéticos. Os cortes foram bastante homogêneos, com excessão do contrafilé e do filé-mignon, que foram maiores nos animais Simental. Os animais da raça Nelore e ½ Simental apresentaram maior força de cisalhamento (4,98 e 4,45 kgf) em relação aos Simental e Simbrasil (3,13 e 3,33 kgf). No entanto, após a maturação da carne durante sete dias, não se constataram diferenças entre os valores de maciez entre os grupos. As perdas por evaporação e gotejamento foram maiores na carne in natura para os animais Simental e Simbrasil, no entanto, aos sete dias de maturação se tornaram semelhantes. O sistema de produção de bovinos superprecoces produz carcaças e cortes semelhantes entre as diferentes raças estudadas. Aos sete dias de maturação, a maciez da carne de animais Nelore foi semelhante à dos demais grupos genéticos utilizados neste estudo.
Resumo:
Este artigo aborda a compreensão da avaliação no interior da implantação do Regime de Progressão Continuada no Estado de São Paulo. Ao penetrar nos intrincados caminhos da realidade escolar, por meio da pesquisa qualitativa, acompanharam-se sistematicamente durante um ano escolar 4 turmas de alunos (uma de cada ano do ciclo I, ainda do Ensino Fundamental de 8 anos), nos momentos coletivos da escola: horário de trabalho pedagógico coletivo, reuniões de pais e mestres, conselhos de classe/série, eventos; e, ainda, realizaram-se entrevistas com 7 profissionais envolvidos com as turmas (5 professores, coordenadora pedagógica e diretora escolar) e com 124 alunos. Observou-se que a avaliação informal ganha forte expressão nessa nova forma de organização escolar, revelando, também, novas formas de manutenção da seletividade e da exclusão escolar. Por meio da análise das práticas avaliativas e das contribuições dos diversos atores da escola, evidencia-se a presença da seletividade escolar, mas com configuração diferenciada: a exclusão branda e/ou a eliminação adiada.
Resumo:
Nos últimos anos, os avanços nas Ciências Biológicas têm levado a sociedade a discutir diversas questões no campo da moral e da ética. Questões como engenharia genética, clonagem e pesquisas com células-tronco são questões chamadas de sociocientíficas por estarem na interface entre a ciência e a sociedade. Nesse trabalho buscamos entender como estudantes de Ensino Médio percebem e interpretam questões relacionadas à manipulação genética em seres humanos. Houve divisão de opiniões em relação à eugenia negativa, que se destina a remover características desfavoráveis das pessoas; mas a eugenia positiva, que busca melhoramento de características estéticas, foi rejeitada por todos os estudantes. As variações nas opiniões em relação ao assunto tratado podem ser, em grande medida, devidas às representações sociais dos estudantes.
Resumo:
Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)