What is the translation of " SOLVER " in English?

Noun
solver
вирішувач
розв'язувач
вирішувати
кутти
язання
вирішення
язувача

Examples of using Solver in Ukrainian and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Solver Українська мережа обміну трафіком.
Solver Ukrainian traffic exchange network.
Саме для цього і використовується Solver.
That's also exactly what the solver is for.
Вийшла друга бета TSP Solver and Generator!
The second beta of TSP Solver and Generator is out!
Як ми побачимо, саме для цього і використовується Solver.
As we will see, that's exactly why we're using Solver.
Solver отримав вірну суму доходу, але рівень податків неправильний.
Solver got the correct amount of revenue, but the tax level is wrong.
На цих вихідних було випущено перший beta реліз TSP Solver and Generator.
The first beta of TSP Solver and Generator has been released during this weekend.
TSP Solver and Generator призначений для створення та розв'язку задач комівояжера.
TSP Solver and Generator is intended to generate and solve Travelling Salesman Problem tasks.
Проте ми все ж переконаємося, що еволюційний оптимізатор інструменту Solver здатний впоратися з цим завданням.
However, we will also see that Solver's evolutionary optimizer is up to the challenge.
MalMath: Step By Step Solver- це просунутий калькулятор, який може вирішувати складні рівняння.
MalMath: Step By Step Solver- is an advanced calculator which can solve hard equations.
В залежності від платформі, існують різні місця для завантаження TSP Solver and Generator.
There are several differentplaces where you can obtain TSP Solver and Generator, depending on your platform.
Важливо не те, чим ми працюємо- в Excel Solver, Java/C++/C, або в чомусь ще, а те, що ми моделюємо завдання і намагаємося її вирішити.
The important thing isn't whether we do this in Excel& Solver, Java/C++/C, or anything else, but the way we model the problem and try to solve it.
Хочу висловити свою подяку наступним проектам, що використовувалися при створенні TSP Solver and Generator:.
I would like to give credits to thefollowing projects which were used in the creation of TSP Solver and Generator:.
У серпні минулого року я запросив у свій проект рідну сестру Ярину(problem solver) і ми подалися на Startup. Прорив.
Last year in August I invited my sister Yaryna(problem solver) into my project and we applied for a Startup. Breakthrough.
Бібліотека AMPL Solver Library(ASL), яка дозволяє читати nl файли і забезпечує автоматичне диференціювання функцій, має відкритий вихідний код.
The AMPL Solver Library(ASL), which allows reading nl files and provides the automatic differentiation, is open-source.
Гравець може задавати податки тільки з інкрементом в 10%, але Solver очевидно задає дробові податкові ставки, чого гравець зробити не зможе.
The player can only set taxes at 10% increments, so Solver is clearly setting fractional tax rates, which is something that the player can't do.
У кожному разі ви побачите, що ми можемо зробити це простіше, швидше і надійніше,ніж без застосування Solver або аналогічного інструменту.
In each case, you will see that we can do it more easily, quickly,and robustly than you could likely do without using Solver or an equivalent tool.
Solver майже нічого не знає про обчисленнях, що відбуваються всередині, або про зв'язки між осередками рішень і осередками цілей;
Solver doesn't know very much about what sort of calculations are going on under the hood or what the connection is between the decision cells and the output cells;
У кожному з цих випадків ми опишемо завдання,покажемо як змоделювати її в Excel і вирішити її за допомогою вбудованого інструменту Solver(у російській версії-«Пошук рішень») з Excel.
In each of these cases, we willdescribe the problem and show how to model it in Excel and solve it using Excel's built-in Solver tool.
Elmer FEM Solver- це безкоштовне програмне забезпечення з відкритим кодом, що відповідає вимогам Загальної публічної ліцензії GNU(GPL), версії 2 або пізніше.[2].
Elmer FEM solver is free and open-source software, subject to the requirements of the GNU General Public License(GPL), version 2 or any later.[2].
По суті, обмеження є умовами для будь-яких осередків нашої моделі рішень, і Excel Solver зосередиться тільки на тих рішеннях, які задовольняють зазначеним обмеженням.
Constraints essentially act as conditions on any of the cells in our decision model, and Excel Solver will ensure that it focuses solely on solutions that respect the constraints that you specify.
Відкрийте Solver, натисніть кнопку Add(«Додати»), виберіть клітинку рішення Tax Level, а потім виберіть у розкривному списку посередині обмеження int(«ціле»):.
Open the Solver, press the Add button, select the“Tax Level” decision cell, and then select the“int” constraint from the drop-down box in the center:.
У разі досить великих необмежених вхіднихзначень завдання може перерости здібності Solver в пошуку кожної можливої комбінації вхідних значень, і замість цього йому доведеться покластися на різні способи оптимізації.
For large enough numbers of unconstrained inputs,the problem can grow beyond Solver's ability to search every possible combination of inputs, and instead it must rely on various optimization methods.
Solver вимагає хоча б кілька обмежень, що дозволяють йому визначити межі клітинок рішень- іншими словами, мінімальне і максимальне значення для кожної комірки.
Solver needs at least a few constraints at a minimum to help it figure out what the boundaries are on the decision cells- in other words, the minimum and maximum values for each cell.
Всі оптимізатори мають свої обмеження, в тому числі і вживаний нами Excel Solver, і цілком можливо створити моделі рішень, що мають правильні рішення, але при цьому настільки складні, що ніякої інструмент оптимізації не зможе їх знайти.
All optimizers have their limits, including the Excel Solver that we will use, and it's entirely possible to create decision models that have valid solutions but are so complex that no optimization tool can find them.
Якщо ви програміст, то серія дасть вам досить прямолінійну інструкцію з програмування власних моделей рішень на будь-якому ЯВУ, щоб ви могли будувати власні моделі рішень, або з нуля або на основі шаблону,який вже використовується в Solver і в Excel.
If you're a programmer, this should give you a fairly straightforward guide toward programming your own decision models in any high-level programming language, so that you can then build decision models of your own,either from scratch or by building off of a template that already uses Solver and Excel.
Придивившись до отриманого Solver рішенням, можна побачити, що воно починається з податкової ставки 50%, тому що місто розміром 1 не містить достатньої кількості населення для генерації невдоволення.
Looking more closely at the solution Solver obtained, we see that it begins with a tax rate of 50%, since the size-1 city doesn't have enough population to generate Unhappiness from it at this point.
Elmer FEM solver One of the simpler examples provided with Elmer, a thermal model of a pump casing, as visualised using the ElmerPost tool Тип CAE Стабільний випуск 8. 2(5 травня 2017; 383 дні тому) Платформа command line/GUI Qt v4/v5 Операційна система Linux, Microsoft Windows, MacOS Написано на Fortran 90, C and C++ Стан розробки Active Ліцензія GNU General Public License www. csc.
Elmer FEM solver One of the simpler examples provided with Elmer, a thermal model of a pump casing, as visualised using the ElmerPost tool Stable release 8.2/ May 5, 2017(2017-05-05) Written in Fortran 90, C and C++ Operating system Linux, Microsoft Windows, MacOS Platform command line/GUI Qt v4/v5 Type CAE License GNU General Public License Website www. csc.
Ми можемо попросити Excel Solver вирішити цю задачу, наказавши йому мінімізувати клітинку мети«Mass remaining on Tootsie Pop»(«маса залишилася Tootsie Pop»), і він би швидко з допомогою експериментів визначив би, що значення жовтої осередку рішення, дає такий результат(«Скільки раз лизнути, щоб дістатися до середини Tootsie Pop») дорівнює 68.
We could ask Excel's Solver to solve this, telling it to minimize the“Mass remaining on Tootsie Pop” objective cell, and it would quickly find by experimentation that the value of the yellow decision cell that does this(“Licks it takes to get to the center of a Tootsie Pop”) is 68.
Results: 28, Time: 0.0193

Top dictionary queries

Ukrainian - English