aboutsummaryrefslogtreecommitdiff
path: root/source/pt-BR/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/pt-BR/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po')
-rw-r--r--source/pt-BR/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po53
1 files changed, 51 insertions, 2 deletions
diff --git a/source/pt-BR/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/source/pt-BR/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index e9bd0ba5199..60c7847d521 100644
--- a/source/pt-BR/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/source/pt-BR/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
"PO-Revision-Date: 2018-03-08 01:00+0000\n"
"Last-Translator: André Marcelo Alvarenga <andrealvarenga@gmx.net>\n"
"Language-Team: Brazilian Portuguese <kde-i18n-doc@kde.org>\n"
@@ -13,9 +13,10 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1520470814.000000\n"
+#. XpeLj
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -24,6 +25,7 @@ msgctxt ""
msgid "Options"
msgstr "Opções"
+#. GfZUJ
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -32,6 +34,7 @@ msgctxt ""
msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>"
msgstr "<bookmark_value>Solver para problemas não lineares;Opções</bookmark_value>"
+#. FCECT
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -40,6 +43,7 @@ msgctxt ""
msgid "General Options"
msgstr "Opções gerais"
+#. ZkCEe
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -48,6 +52,7 @@ msgctxt ""
msgid "Size of Swarm"
msgstr "Tamanho da colônia"
+#. hRGYs
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -56,6 +61,7 @@ msgctxt ""
msgid "… defines the number of individuals to participate in the learning process. Each individual finds its own solutions and contributes to the overall knowledge."
msgstr "... define o número de indivíduos que participam do processo de aprendizagem. Cada indivíduo descobre suas próprias soluções e contribui para o conhecimento global."
+#. zReEK
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -64,6 +70,7 @@ msgctxt ""
msgid "Learning Cycles"
msgstr "Ciclos de aprendizagem"
+#. mDzwh
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -72,6 +79,7 @@ msgctxt ""
msgid "… defines the number of iterations, the algorithm should take. In each iteration, all individuals make a guess on the best solution and share their knowledge."
msgstr "... define o número de iterações que o algoritmo deve utilizar. Em cada iteração, todos os indivíduos sugerem a melhor solução e compartilham seus conhecimentos."
+#. SWBAK
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -80,6 +88,7 @@ msgctxt ""
msgid "Variable Bounds Guessing"
msgstr "Estimativa dos limites da variável"
+#. 86AX8
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -88,6 +97,7 @@ msgctxt ""
msgid "If enabled (default), the algorithm tries to find variable bounds by looking at the starting values."
msgstr "Se ativado (padrão), o algoritmo tenta encontrar os limites da variável consultando os valores iniciais."
+#. 7tnqA
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -96,6 +106,7 @@ msgctxt ""
msgid "Variable Bounds Threshold"
msgstr "Piso dos limites da variável"
+#. 6fpGp
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -104,6 +115,7 @@ msgctxt ""
msgid "When guessing variable bounds, this threshold specifies, how the initial values are shifted to build the bounds. For an example how these values are calculated, please refer to the Manual in the Wiki."
msgstr "Ao estimar os limites das variáveis, este número especifica como os valores iniciais são deslocados para construir os limites. Para ter um exemplo de como esses valores são calculados, consulte o manual no Wiki."
+#. 4nKkq
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -112,6 +124,7 @@ msgctxt ""
msgid "Use ACR Comparator"
msgstr "Utilizar comparador ACR"
+#. eVij6
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -120,6 +133,7 @@ msgctxt ""
msgid "If <emph>disabled</emph> (default), the BCH Comparator is used. It compares two individuals by first looking at their constraint violations and only if those are equal, it measures their current solution."
msgstr "Se <emph>desativado</emph> (padrão), o comparador BCH será utilizado. O BCH compara dois indivíduos verificando primeiro as violações das suas restrições e se ambos forem iguais, mede sua solução atual."
+#. wHTo3
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -128,6 +142,7 @@ msgctxt ""
msgid "If <emph>enabled</emph>, the ACR Comparator is used. It compares two individuals dependent on the current iteration and measures their goodness with knowledge about the libraries worst known solutions (in regard to their constraint violations)."
msgstr "Se <emph>ativado</emph>, o comparador ACR será utilizado. O ACR compara dois indivíduos dependendo da iteração atual e da medida de quão bom eles são com o conhecimento sobre as piores soluções conhecidas da biblioteca (em relação as suas violações de restrições)."
+#. 5jPbx
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -136,6 +151,7 @@ msgctxt ""
msgid "Use Random Starting Point"
msgstr "Utilizar ponto inicial aleatório"
+#. pt3XB
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -144,6 +160,7 @@ msgctxt ""
msgid "If <emph>enabled</emph>, the library is simply filled up with randomly chosen points."
msgstr "Se <emph>ativado</emph>, a biblioteca é simplesmente preenchida com pontos escolhidos aleatoriamente."
+#. HFv6w
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -152,6 +169,7 @@ msgctxt ""
msgid "If <emph>disabled</emph>, the currently present values (as given by the user) are inserted in the library as reference point."
msgstr "Se <emph>desativado</emph>, os valores atuais presentes (inseridos pelo usuário) são colocados na biblioteca como ponto de referência."
+#. TYEBG
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -160,6 +178,7 @@ msgctxt ""
msgid "Stagnation Limit"
msgstr "Limite de estagnação"
+#. nWRYK
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -168,6 +187,7 @@ msgctxt ""
msgid "If this number of individuals found solutions within a close range, the iteration is stopped and the best of these values is chosen as optimal."
msgstr "Se este número de indivíduos encontrou soluções em um intervalo fechado, a iteração é interrompida e o melhor desses valores é escolhido como ótimo."
+#. UFcxy
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -176,6 +196,7 @@ msgctxt ""
msgid "Stagnation Tolerance"
msgstr "Tolerância de estagnação"
+#. F3qEp
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -184,6 +205,7 @@ msgctxt ""
msgid "Defines in what range solutions are considered “similar”."
msgstr "Define o intervalo em que as soluções são consideradas \"similares\"."
+#. RUbSm
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -192,6 +214,7 @@ msgctxt ""
msgid "Show Enhanced Solver Status"
msgstr "Mostrar detalhes do Solver"
+#. zmkYh
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -200,6 +223,7 @@ msgctxt ""
msgid "If <emph>enabled</emph>, an additional dialog is shown during the solving process which gives information about the current progress, the level of stagnation, the currently best known solution as well as the possibility, to stop or resume the solver."
msgstr "Se <emph>ativado</emph>, uma caixa de diálogo adicional será mostrada durante o processo de resolução dando informações sobre o progresso, o nível de estagnação, a melhor solução conhecida, bem como possibilidade de interromper ou continuar com o solver."
+#. KH5yg
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -208,6 +232,7 @@ msgctxt ""
msgid "DEPS-specific Options"
msgstr "Opções específicas DEPS"
+#. ZU7FF
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -216,6 +241,7 @@ msgctxt ""
msgid "Agent Switch Rate"
msgstr "Taxa de alternância do agente"
+#. 2zhCp
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -224,6 +250,7 @@ msgctxt ""
msgid "Specifies the probability for an individual to choose the Differential Evolution strategy."
msgstr "Especifica a probabilidade de um indivíduo escolher a estratégia de evolução diferencial (Differential Evolution)."
+#. 2yhKo
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -232,6 +259,7 @@ msgctxt ""
msgid "DE: Crossover Probability"
msgstr "DE: Probabilidade de cruzamento"
+#. eDjrN
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -240,6 +268,7 @@ msgctxt ""
msgid "… defines the probability of the individual being combined with the globally best point. If crossover is not used, the point is assembled from the own memory of the individual."
msgstr "... define a probabilidade de um indivíduo ser combinado com o melhor ponto globalmente. Se o cruzamento não for utilizado, o ponto é calculado da própria memória do indivíduo."
+#. DfF2d
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -248,6 +277,7 @@ msgctxt ""
msgid "DE: Scaling Factor"
msgstr "DE: Fator de escala"
+#. ThmU9
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -256,6 +286,7 @@ msgctxt ""
msgid "During crossover, the scaling factor decides about the “speed” of movement."
msgstr "Durante o cruzamento, o fator de escala decide sobre a \"velocidade\" do movimento."
+#. pxYLF
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -264,6 +295,7 @@ msgctxt ""
msgid "PS: Constriction Coefficient"
msgstr "PS: Coeficiente de constrição"
+#. CPpbg
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -272,6 +304,7 @@ msgctxt ""
msgid "… defines the speed at which the particles/individuals move towards each other."
msgstr "... define a velocidade na qual as partículas/indivíduos se juntam."
+#. dGVYP
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -280,6 +313,7 @@ msgctxt ""
msgid "PS: Cognitive Constant"
msgstr "PS: Constante cognitiva"
+#. HmszE
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -288,6 +322,7 @@ msgctxt ""
msgid "… sets the importance of the own memory (in particular the best reached point so far)."
msgstr "... define a importância de sua própria memória (em particular, o melhor ponto alcançado até o momento)."
+#. ktGLv
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -296,6 +331,7 @@ msgctxt ""
msgid "PS: Social Constant"
msgstr "PS: Constante social"
+#. CkqZA
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -304,6 +340,7 @@ msgctxt ""
msgid "… sets the importance of the global best point between all particles/individuals."
msgstr "… define a importância do melhor ponto global entre todas as partículas/indivíduos."
+#. BAGAU
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -312,6 +349,7 @@ msgctxt ""
msgid "PS: Mutation Probability"
msgstr "PS: Probabilidade de mutação"
+#. CyJWk
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -320,6 +358,7 @@ msgctxt ""
msgid "… defines the probability, that instead of moving a component of the particle towards the best point, it randomly chooses a new value from the valid range for that variable."
msgstr "... define a probabilidade de, ao invés de mover um componente da partícula de encontro ao ponto ótimo, o algoritmo escolhe aleatoriamente um novo valor no intervalo válido para esta variável."
+#. JbhLh
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -328,6 +367,7 @@ msgctxt ""
msgid "SCO-specific Options"
msgstr "Opções específicas SCO"
+#. zCr2J
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -336,6 +376,7 @@ msgctxt ""
msgid "Size of Library"
msgstr "Tamanho da biblioteca"
+#. RSA7B
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -344,6 +385,7 @@ msgctxt ""
msgid "… defines the amount of information to store in the public library. Each individual stores knowledge there and asks for information."
msgstr "... define a quantidade de informações a armazenar na biblioteca pública. Cada indivíduo armazena seu conhecimento ali e pergunta por mais informações."
+#. CoicK
#: Usage.xhp
msgctxt ""
"Usage.xhp\n"
@@ -352,6 +394,7 @@ msgctxt ""
msgid "Usage"
msgstr "Utilização"
+#. B5wxZ
#: Usage.xhp
msgctxt ""
"Usage.xhp\n"
@@ -360,6 +403,7 @@ msgctxt ""
msgid "<bookmark_value>Solver for Nonlinear Problems;Usage</bookmark_value>"
msgstr "<bookmark_value>Solver para problemas não lineares;Utilização</bookmark_value>"
+#. FXuKu
#: Usage.xhp
msgctxt ""
"Usage.xhp\n"
@@ -368,6 +412,7 @@ msgctxt ""
msgid "Usage"
msgstr "Utilização"
+#. R7si5
#: Usage.xhp
msgctxt ""
"Usage.xhp\n"
@@ -376,6 +421,7 @@ msgctxt ""
msgid "Regardless whether you use DEPS or SCO, you start by going to Tools - Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parameters</link>."
msgstr "Independente da utilização do DEPS ou SCO, inicie em Ferramentas -> Solver e defina a célula a otimizar, o tipo (minimização ou maximização), e as células a modificar para atingir a meta. Depois, ative as Opções e especifique o solver a utilizar e, se necessário, ajuste de acordo com os <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parâmetros</link>."
+#. iuEnw
#: Usage.xhp
msgctxt ""
"Usage.xhp\n"
@@ -384,6 +430,7 @@ msgctxt ""
msgid "There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case \"Assume Non-Negative Variables\" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ≤ var ≤ 1 or maybe -1000000 ≤ var ≤ 1000000)."
msgstr "Há também uma lista de restrições que pode ser utilizada para restringir o intervalo de soluções possíveis ou para penalizar algumas das condições. Todavia, no caso dos algoritmos evolucionários DEPS e SCO, essas restrições também serão usadas para especificar os limites das variáveis do problema. Devido à natureza aleatória dos algoritmos, é <emph>fortemente recomendado</emph> proceder desta maneira e fornecer os limites superiores das variáveis (e no caso em que \"Assumir valores não negativos\" estiver desmarcada, fornecer os valores dos limites inferiores). Não há necessidade que sejam próximos da solução atual (que provavelmente é desconhecida), mas deve dar uma indicação do tamanho esperado (0 ≤ var ≤ 1 ou talvez -1000000 ≤ var ≤ 1000000)."
+#. E5pcq
#: Usage.xhp
msgctxt ""
"Usage.xhp\n"
@@ -392,6 +439,7 @@ msgctxt ""
msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only."
msgstr "Os limites são especificados ao selecionar uma ou mais variáveis (como num intervalo) no lado esquerdo e inserindo valores numéricos (não pode ser uma referência de célula nem uma fórmula) no lado direito. Desta forma pode-se escolher também se uma ou mais variáveis devem ser somente <emph>Inteiras</emph> ou <emph>Binárias</emph>."
+#. 4SEEA
#: help.tree
msgctxt ""
"help.tree\n"
@@ -400,6 +448,7 @@ msgctxt ""
msgid "Solver for Nonlinear Problems"
msgstr "Solver para programação não linear"
+#. 3sHVz
#: help.tree
msgctxt ""
"help.tree\n"